AssemblyGroupCollectionGetEnumerator Method |
Allows enumerating all the assembly groups in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual IEnumerator<AssemblyGroup> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of AssemblyGroup)
public:
virtual IEnumerator<AssemblyGroup^>^ GetEnumerator()
Return Value
IEnumeratorAssemblyGroup
An enumerator object that allows enumerating all the assembly
groups in the collection.
Implements
IEnumerableTGetEnumerator
See Also