CorridorSurface Class

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.292
Syntax
public sealed class CorridorSurface : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The CorridorSurface type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleBoundaries Gets the collection of surface boundaries.
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyDescription Gets or sets the description for the CorridorSurface.
Public propertyIsBuild Gets or sets the boolean value which specifies whether the CorridorSurface is built.
Public propertyIsDrawObsolete.
Returns true if the CorridorSurface is drawn.
Public propertyMasks Gets the collection of surface masks.
Public propertyName Gets or sets the name of the CorridorSurface.
Public propertyOverhangCorrection Specifies whether an overhang is to be corrected when rendered and whether it is to be corrected following top links or bottom links.
Public propertyRenderMaterialId Specifies the ObjectId of render material associated with the corridor surface.
Public propertySectionStyleIdObsolete.
Gets the ID of the SectionStyle.
Public propertySurfaceId Gets the ObjectId of the relate Surface object.
Public propertySurfaceStyleId Gets or sets the ObjectId of the SurfaceStyle.
Top
Methods
 NameDescription
Public methodAddFeatureLineCode Adds a feature line code to corridor surface.
Public methodAddLinkCode Adds a link code to corridor surface.
Public methodFeatureLineCodeIsBreakObsolete.
Gets the IsBreak value of the link code.
Public methodFeatureLineCodes Gets the feature line codes used to construct the surface.
Public methodFindElevationAtXY Finds the elevation of the surface at the specified XY location.
Public methodGetSampleElevations Gets the collection of sample elevations.
Public methodIsLinkCodeAsBreakLine Gets the link code as break line or not.
Public methodLinkCodes Gets the link codes used to construct the surface.
Public methodPointCodes Gets the point codes used to construct the surface.
Public methodRemoveFeatureLineCode Removes a feature line code from corridor surface.
Public methodRemoveLinkCode Removes a link code from corridor surface.
Public methodSetLinkCodeAsBreakLine Sets the link code as break line or not.
Top
See Also