PropertyCollection

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

NameTypeAccessDescription
CountintReadGets the count of declared properties.

Methods

SignatureDescription
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.

See Also

 English