Returns whether the pipe network is in layout mode.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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