Returns true if the corridor section view is active in the current document.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsCorridorSectionViewActive { get; }
VB
Public ReadOnly Property IsCorridorSectionViewActive As Boolean Get
C++
public: property bool IsCorridorSectionViewActive { bool get (); }