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.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public sealed class CorridorSlopePattern : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Visual Basic
Public NotInheritable Class CorridorSlopePattern _
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Visual C++
public ref class CorridorSlopePattern sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

Inheritance Hierarchy

System..::..Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServices..::..CorridorSlopePattern

See Also