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
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Provides the total number of properties in the collection |
Methods
| Signature | Description |
|---|---|
__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 |