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