The corridor surface mask is a region defined by a polygon or a series of feature line components (FeatureLineComponent) describing the part of a corridor surface (CorridorSurface) that is visible.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorSurfaceBaseMask
Autodesk.Civil.DatabaseServicesCorridorSurfaceMask
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorSurfaceMask : CorridorSurfaceBaseMask
VB
Public NotInheritable Class CorridorSurfaceMask Inherits CorridorSurfaceBaseMask
C++
public ref class CorridorSurfaceMask sealed : public CorridorSurfaceBaseMask
The CorridorSurfaceMask type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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) | |
| 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) | |
| RenderMaterialId | Specifies the ObjectId of render material associated with the CorridorSurfaceMask. |
Methods
| Name | Description | |
|---|---|---|
| PolygonPoints | (Inherited from CorridorSurfaceBaseMask) |
