Represents a layer of a corridor, and is computed from a set of feature lines, calculated points, and calculated links.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorSurface
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorSurface : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class CorridorSurface Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class CorridorSurface sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The CorridorSurface type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Boundaries | Gets the collection of surface boundaries. | |
| CorridorId | Gets the ID of the parent Corridor. | |
| Description | Gets or sets the description for the CorridorSurface. | |
| IsBuild | Gets or sets the boolean value which specifies whether the CorridorSurface is built. | |
| IsDraw | Obsolete. Returns true if the CorridorSurface is drawn. | |
| Masks | Gets the collection of surface masks. | |
| Name | Gets or sets the name of the CorridorSurface. | |
| OverhangCorrection | Specifies whether an overhang is to be corrected when rendered and whether it is to be corrected following top links or bottom links. | |
| RenderMaterialId | Specifies the ObjectId of render material associated with the corridor surface. | |
| SectionStyleId | Obsolete. Gets the ID of the SectionStyle. | |
| SurfaceId | Gets the ObjectId of the relate Surface object. | |
| SurfaceStyleId | Gets or sets the ObjectId of the SurfaceStyle. |
Methods
| Name | Description | |
|---|---|---|
| AddFeatureLineCode | Adds a feature line code to corridor surface. | |
| AddLinkCode | Adds a link code to corridor surface. | |
| FeatureLineCodeIsBreak | Obsolete. Gets the IsBreak value of the link code. | |
| FeatureLineCodes | Gets the feature line codes used to construct the surface. | |
| FindElevationAtXY | Finds the elevation of the surface at the specified XY location. | |
| GetSampleElevations | Gets the collection of sample elevations. | |
| IsLinkCodeAsBreakLine | Gets the link code as break line or not. | |
| LinkCodes | Gets the link codes used to construct the surface. | |
| PointCodes | Gets the point codes used to construct the surface. | |
| RemoveFeatureLineCode | Removes a feature line code from corridor surface. | |
| RemoveLinkCode | Removes a link code from corridor surface. | |
| SetLinkCodeAsBreakLine | Sets the link code as break line or not. |
