PropertyCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public IEnumerator<Property> GetEnumerator()

Return Value

Type: IEnumeratorProperty

Implements

IEnumerableTGetEnumerator
See Also