IsDriveActive 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 IsDriveActive { get; }

Visual Basic

Public ReadOnly Property IsDriveActive As Boolean
	Get

Visual C++

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

See Also