IsCorridorSectionViewActive Property

Returns true if the corridor section view is active in the current document.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public bool IsCorridorSectionViewActive { get; }

Visual Basic

Public ReadOnly Property IsCorridorSectionViewActive As Boolean
	Get

Visual C++

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

See Also