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.7.0.1276
Syntax
C#
public sealed class SlopePatternLine : [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
VB
Public NotInheritable Class SlopePatternLine Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
C++
public ref class SlopePatternLine sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
The SlopePatternLine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color | Specifies the color of the line. | |
| Grade1 | Specifies the first grade values for the component. | |
| Grade2 | Specifies the second grade values for the component. | |
| Length | Specifies the length value in drawing units (usually feet or meters). The line is trimmed if the slope is shorter than this length. | |
| LengthType | Specifies how to determine the line length for this component. | |
| Linetype | Specifies the linetype for the component. | |
| LineWeight | Specifies the lineweight for the component. | |
| MaximumLength | Specifies the maximum line length in drawing units. | |
| PercentofLength | Specifies the percentage value up to a specified maximum. | |
| PercentofLength1 | Specifies the line length as a percent of slope length for Slope 1. | |
| PercentofLength2 | Specifies the line length as a percent of slope length for Slope 2. | |
| StartType | Specifies whether the pattern begins at the top or bottom of the slope. |
