<Code Lib>
2024 Method
Changes 0
M

IFCAggregate.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<IFCData> GetEnumerator()

IEnumerator<IFCData> An IEnumerator object that can be used to iterate through the collection.

Loading…