MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getProperty

Method getProperty

src/App/ObjectIdentifier.cpp:1212–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210
1211
1212Property* ObjectIdentifier::getProperty(int* ptype) const
1213{
1214 ResolveResults result(*this);
1215 if (ptype) {
1216 *ptype = result.propertyType;
1217 }
1218 return result.resolvedProperty;
1219}
1220
1221Property* ObjectIdentifier::resolveProperty(const App::DocumentObject* obj,
1222 const char* propertyName,

Callers 1

resolveMethod · 0.45

Calls 2

resolvePropertyMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected