FeatureLineCollectionGetEnumerator Method |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IEnumerator<CorridorFeatureLine> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of CorridorFeatureLine)
public:
virtual IEnumerator<CorridorFeatureLine^>^ GetEnumerator() sealed
Return Value
IEnumeratorCorridorFeatureLine
An enumerator that implements IEnumerator<T> interface.
Implements
IEnumerableTGetEnumerator
See Also