Click or drag to resize

EntityCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public IEnumerator<EntityObject> GetEnumerator()

Return Value

Type: IEnumeratorEntityObject
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also