Revit Preview Release API |
GeometryElement..::..GetEnumerator Method |
GeometryElement Class See Also |
Returns an enumerator that iterates through the collection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
C# |
---|
public virtual IEnumerator<GeometryObject> GetEnumerator() |
Visual Basic |
---|
Public Overridable Function GetEnumerator As IEnumerator(Of GeometryObject) |
Visual C++ |
---|
public: virtual IEnumerator<GeometryObject^>^ GetEnumerator() |