Gets the ObjectId of the current CogoPoint in the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual ObjectId Current { get; }
VB
Public Overridable ReadOnly Property Current As ObjectId Get
C++
public: virtual property ObjectId Current { ObjectId get (); }