Returns true if current processing state is along an offset alignment.

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

Syntax

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

See Also