PropertyCollection
Overview
PropertyCollection is a class in Aspose.3D FOSS for .NET.
Inherits from: IEnumerable<Property>.
The collection of properties.
This class provides 4 methods for working with PropertyCollection objects in .NET programs.
Available methods include: FindProperty, GetEnumerator, 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 of declared properties. |
Methods
| Signature | Description |
|---|---|
FindProperty(property: string) | Finds the property. |
RemoveProperty(property: Property) | Removes a dynamic property. |
RemoveProperty(property: string) | Removes a dynamic property. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |