A corridor surface boundary represents an outside or inside edge of a corridor surface (CorridorSurface). It is defined by a polygon or a series of feature line components (FeatureLineComponent).
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorSurfaceBaseMask
Autodesk.Civil.DatabaseServicesCorridorSurfaceBoundary
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorSurfaceBoundary : CorridorSurfaceBaseMask
VB
Public NotInheritable Class CorridorSurfaceBoundary Inherits CorridorSurfaceBaseMask
C++
public ref class CorridorSurfaceBoundary sealed : public CorridorSurfaceBaseMask
The CorridorSurfaceBoundary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BoundaryType | Gets or sets the surface boundary type. | |
| CorridorId |
Gets the ID of the parent Corridor.
(Inherited from CorridorSurfaceBaseMask) | |
| Description |
Gets or sets the description.
(Inherited from CorridorSurfaceBaseMask) | |
| FeatureLineComponents |
Gets the collection of feature line components that make up the edge, if the border was originally defined by selecting segments of feature lines.
(Inherited from CorridorSurfaceBaseMask) | |
| IsCorridorExtents | Gets a boolean value which specifies whether the boundary is defined with corridor extents. | |
| IsDefinedFromPolygon |
Gets a boolean value which specified whether the mask or boundary is defined from polygon.
(Inherited from CorridorSurfaceBaseMask) | |
| Name |
Gets or sets the name.
(Inherited from CorridorSurfaceBaseMask) |
Methods
| Name | Description | |
|---|---|---|
| GetExtentsBoundaries | ||
| PolygonPoints | (Inherited from CorridorSurfaceBaseMask) |
