Gets a boolean value which specifies whether the boundary is defined with corridor extents.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool IsCorridorExtents { get; }
Visual Basic
Public ReadOnly Property IsCorridorExtents As Boolean
Get
Visual C++
public: property bool IsCorridorExtents { bool get (); }