CorridorSlopePattern Class

Slope patterns are slope indicator lines. They have one or more repeating lines that are aligned with the flow direction. The lines can be the length of the slope or less. They can have a predefined symbol or an AutoCAD block inserted at one end.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCorridorSlopePattern

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CorridorSlopePattern : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The CorridorSlopePattern type exposes the following members.

Properties
 NameDescription
Public propertyBaselineGuid Gets the GUID of baseline which FeatureLine1 relates to.
Public propertyBaselineId Gets the object id of baseline which FeatureLine1 relates to. For corridor baselines using alginment, it is the alignment id. For corridor baselines using feature line, it is the temp hidden alignment id.
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertyEndStationGets or sets the end station for this CorridorSlopePattern.
Public propertyFeatureLine1 Gets the first corridor feature line of the CorridorSlopePattern.
Public propertyFeatureLine2 Gets the second corridor feature line of the CorridorSlopePattern.
Public propertyStartStationGets or sets the start station for this CorridorSlopePattern.
Public propertyStyleId Gets or Sets the CorridorSlopePattern's style Id.
Public propertyStyleName Gets or Sets the CorridorSlopePattern's style name.
Top
Methods
 NameDescription
Public methodGetGeometries Gets an in-memory DBObjectCollection that are drawn in the canvas for this CorridorSlopePattern.
Public methodGetGeometries(Int32) Gets an in-memory DBObjectCollection that are drawn in the canvas within a corridor region of this CorridorSlopePattern.
Top
See Also