Returns whether the pipe network is in layout mode.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsInLayoutMode { get; }
VB
Public ReadOnly Property IsInLayoutMode As Boolean Get
C++
public: property bool IsInLayoutMode { bool get (); }