Share

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

Syntax

C#

public bool IsDriveActive { get; }

VB

Public ReadOnly Property IsDriveActive As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?