<Code Lib>
2022 Method
Changes 0
M

GeometryElement.GetEnumerator

Description:
Returns an enumerator that iterates through the collection.

public virtual IEnumerator<GeometryObject> GetEnumerator()

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

Loading…