PropertyCollection

PropertyCollection

Overview

PropertyCollection is a class in Aspose.3D FOSS for .NET. Inherits from: IEnumerable<Property>.

A collection of properties

Properties

NameTypeAccessDescription
CountintReadGets the number of properties in the collection

Methods

SignatureDescription
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

See Also