Gets the state if the current part is being added.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool IsCurrentPartBeingAdd { get; }
Visual Basic
Public ReadOnly Property IsCurrentPartBeingAdd As Boolean
	Get
Visual C++
public:
property bool IsCurrentPartBeingAdd {
	bool get ();
}

See Also