| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
internal IEnumerator GetEnumeratorNG() |
| Visual Basic |
|---|
Friend Function GetEnumeratorNG As IEnumerator |
| Visual C++ |
|---|
internal: virtual IEnumerator^ GetEnumeratorNG() sealed |