Gets the state if the current part is being added.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsCurrentPartBeingAdd { get; }
VB
Public ReadOnly Property IsCurrentPartBeingAdd As Boolean Get
C++
public: property bool IsCurrentPartBeingAdd { bool get (); }