CurrentAssemblyOffsetIsFixed Property

Returns true if current processing state is along offset portion of assembly without offset alignment defined.

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

Syntax

C#

public bool CurrentAssemblyOffsetIsFixed { get; }

Visual Basic

Public ReadOnly Property CurrentAssemblyOffsetIsFixed As Boolean
	Get

Visual C++

public:
property bool CurrentAssemblyOffsetIsFixed {
	bool get ();
}

See Also