| Revit 2020 API |
| GeometryElement..::..GetEnumeratorNG Method |
| GeometryElement Class See Also |
Returns an enumerator that iterates through the collection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
internal IEnumerator GetEnumeratorNG() |
| Visual Basic |
|---|
Friend Function GetEnumeratorNG As IEnumerator |
| Visual C++ |
|---|
internal: virtual IEnumerator^ GetEnumeratorNG() sealed |