Share

CivilDocument.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.8.0.280

Syntax

C#

public bool IsCorridorSectionViewActive { get; }

VB

Public ReadOnly Property IsCorridorSectionViewActive As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?