CorridorPointCodeSelectorGetEnumerator 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 virtual IEnumerator<CorridorPointCodeOption> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of CorridorPointCodeOption)
public:
virtual IEnumerator<CorridorPointCodeOption^>^ GetEnumerator()
Return Value
IEnumeratorCorridorPointCodeOption
An enumerator that implements the IEnumerator<T> interface.
Implements
IEnumerableTGetEnumerator
See Also