PropertyCollection
Overview
PropertyCollection is a class in Aspose.3D FOSS for .NET.
Inherits from: IEnumerable<Property>.
A collection of properties
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of properties in the collection |
Methods
| Signature | Description |
|---|---|
PropertyCollection() | Creates an empty property collection |
Add(property: Property) | Adds a property to the collection |
FindProperty(name: string) | Finds a property |
GetEnumerator() | Returns an enumerator that iterates through the collection |