Returns true if the corridor section view is active in the current document.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool IsDriveActive { get; } |
Visual Basic |
---|
Public ReadOnly Property IsDriveActive As Boolean Get |
Visual C++ |
---|
public: property bool IsDriveActive { bool get (); } |