PropertyCollection
Overview
PropertyCollection is a class in Aspose.3D FOSS for .NET.
Inherits from: IEnumerable<Property>.
The collection of properties.
This class provides 5 methods for working with PropertyCollection objects in .NET programs.
Available methods include: Add, FindProperty, GetEnumerator, PropertyCollection, RemoveProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| 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. |