PropertyCollection

PropertyCollection

Overview

PropertyCollection is a class in Aspose.3D FOSS for Python.

PropertyCollection.find_property returns the property object matching the given name or None.

Properties

NameTypeAccessDescription
countintReadProvides the total number of properties in the collection

Methods

SignatureDescription
__init__()
find_property(property_name: str)Returns the property object matching the given name or None
get(property: str)Retrieves the value of the specified property key
remove_property(property)Deletes the property identified by the given key

See Also