PropertyCollection
PropertyCollection — trieda PropertyCollection. Dedičí z: IEnumerable<Property>.
Package: Aspose.ThreeD
V zdrojovom kóde nie sú zdokumentovaní žiadni verejní členovia enumu.
Pozri tiež
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
| Signature | Description |
|---|---|
PropertyCollection() | Creates an empty property collection |
FindProperty(property: string) | The found property, or null if not found. |
RemoveProperty(property: Property) | True if the property was removed, false otherwise. |
RemoveProperty(property: string) | True if the property was removed, false otherwise. |
Add(property: Property) | The property to add. |
GetEnumerator() | An enumerator that iterates through the collection. |