IsInLayoutMode Property

Returns whether the pipe network is in layout mode.

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

Syntax

C#

public bool IsInLayoutMode { get; }

Visual Basic

Public ReadOnly Property IsInLayoutMode As Boolean
	Get

Visual C++

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

See Also