PropertyCollection

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

NameTypeAccessDescription
countintReadProvides the total number of properties stored in the collection

Mètodes

SignatureDescription
__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
 Català