Returns true if current processing state is along an offset alignment.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool CurrentAlignmentIsOffsetAlignment { get; }
VB
Public ReadOnly Property CurrentAlignmentIsOffsetAlignment As Boolean Get
C++
public: property bool CurrentAlignmentIsOffsetAlignment { bool get (); }