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 IsCorridorSectionViewActive { get; } |
Visual Basic |
---|
Public ReadOnly Property IsCorridorSectionViewActive As Boolean Get |
Visual C++ |
---|
public: property bool IsCorridorSectionViewActive { bool get (); } |