Gets the current element in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public Object CurrentObject { get; }
Visual Basic
Public ReadOnly Property CurrentObject As Object
Get
Visual C++
public: virtual property Object^ CurrentObject { Object^ get () sealed; }