PropertyCollection
General
PropertyCollection és una classe en Aspose.3d per a Python.
PropertyCollection.find_property retorna la propietat que coincideix amb el nom donat, o Ningú si no hi ha.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Provides the total number of properties stored in the collection |
Mètodes
| Signature | Description |
|---|---|
__init__() | |
find_property(property_name: str) | Returns the property matching the given name, or None if absent |
get(property: str) | Retrieves the value associated with the specified property key |
remove_property(property) | Deletes the given property from the collection |