Gets the ID of the current structure in the network.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId CurrentStructureId { get; }
VB
Public ReadOnly Property CurrentStructureId As ObjectId Get
C++
public: property ObjectId CurrentStructureId { ObjectId get (); }