AssemblyGroupCollectionGetObjectEnumerator Method |
Allows enumerating all the assembly groups in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic IEnumerator GetObjectEnumerator()
Public Function GetObjectEnumerator As IEnumerator
public:
virtual IEnumerator^ GetObjectEnumerator() sealed
Return Value
IEnumerator
An enumerator object that allows enumerating all the assembly
groups in the collection.
Implements
IEnumerableGetEnumerator
See Also