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.280
Syntax
C#
public sealed class CorridorSlopePattern : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class CorridorSlopePattern Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class CorridorSlopePattern sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The CorridorSlopePattern type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BaselineGuid | Gets the GUID of baseline which FeatureLine1 relates to. |
![]() | BaselineId | 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. |
![]() | CorridorId | Gets the ObjectId of the parent Corridor. |
![]() | EndStation | Gets or sets the end station for this CorridorSlopePattern. |
![]() | FeatureLine1 | Gets the first corridor feature line of the CorridorSlopePattern. |
![]() | FeatureLine2 | Gets the second corridor feature line of the CorridorSlopePattern. |
![]() | StartStation | Gets or sets the start station for this CorridorSlopePattern. |
![]() | StyleId | Gets or Sets the CorridorSlopePattern's style Id. |
![]() | StyleName | Gets or Sets the CorridorSlopePattern's style name. |
Methods
Name | Description | |
---|---|---|
![]() | GetGeometries | Gets an in-memory DBObjectCollection that are drawn in the canvas for this CorridorSlopePattern. |
![]() | GetGeometries(Int32) | Gets an in-memory DBObjectCollection that are drawn in the canvas within a corridor region of this CorridorSlopePattern. |