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.

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

NameTypeAccessDescription
countintReadGets the count.

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