MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / PropertyValue

Method PropertyValue

src/bsdd/bsdd.py:645–649  ·  view source on GitHub ↗
(self, namespaceUri, version="v1", languageCode="")

Source from the content-addressed store, hash-verified

643
644 # deprecated
645 def PropertyValue(self, namespaceUri, version="v1", languageCode=""):
646 print(f"function 'Client.PropertyValue' is deprecated, use 'Client.get_property_value' instead")
647 return self._get_deprecated(
648 f"api/PropertyValue/{version}", {"namespaceUri": namespaceUri, "languageCode": languageCode}
649 )
650
651 # deprecated
652 def ReferenceDocument(self, version="v1"):

Callers

nothing calls this directly

Calls 2

_get_deprecatedMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected