Gets or sets the surface boundary type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CorridorSurfaceBoundaryType BoundaryType { get; set; }
VB
Public Property BoundaryType As CorridorSurfaceBoundaryType Get Set
C++
public: property CorridorSurfaceBoundaryType BoundaryType { CorridorSurfaceBoundaryType get (); void set (CorridorSurfaceBoundaryType value); }
Property Value
CorridorSurfaceBoundaryTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when setting if the boundary is corridor extents. |