StageDesignCollectionGetObjectEnumerator Method

Gets an enumerator that iterates through the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public IEnumerator GetObjectEnumerator()

Return Value

IEnumerator
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also