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.
This class provides 4 methods for working with PropertyCollection objects in Python programs.
Available methods include: __init__, find_property, get, remove_property.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Gets the count. |
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 |