GeometryElementGetEnumeratorNG Method

Returns an enumerator that iterates through the collection.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
internal IEnumerator GetEnumeratorNG()

Return Value

IEnumerator
An IEnumerator(GeometryObject) object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also