SlopePatternLine Class

Defines a line used in a SlopePatternComponent.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
    Autodesk.Civil.DatabaseServices.StylesSlopePatternLine

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

The SlopePatternLine type exposes the following members.

Properties
 NameDescription
Public propertyColor Specifies the color of the line.
Public propertyGrade1 Specifies the first grade values for the component.
Public propertyGrade2 Specifies the second grade values for the component.
Public propertyLength Specifies the length value in drawing units (usually feet or meters). The line is trimmed if the slope is shorter than this length.
Public propertyLengthType Specifies how to determine the line length for this component.
Public propertyLinetype Specifies the linetype for the component.
Public propertyLineWeight Specifies the lineweight for the component.
Public propertyMaximumLength Specifies the maximum line length in drawing units.
Public propertyPercentofLength Specifies the percentage value up to a specified maximum.
Public propertyPercentofLength1 Specifies the line length as a percent of slope length for Slope 1.
Public propertyPercentofLength2 Specifies the line length as a percent of slope length for Slope 2.
Public propertyStartType Specifies whether the pattern begins at the top or bottom of the slope.
Top
See Also