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