Defines the symbol used with a SlopePatternComponent.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
Autodesk.Civil.DatabaseServices.StylesSlopePatternLineSymbol
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SlopePatternLineSymbol : [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
VB
Public NotInheritable Class SlopePatternLineSymbol Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
C++
public ref class SlopePatternLineSymbol sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
The SlopePatternLineSymbol type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BlockName | Specifies the block to insert. |
![]() | Color | Specifies the color of the symbol. |
![]() | Length | Specifies the length value in drawing units (usually feet or meters). |
![]() | LengthType | Specifies how to determine the length of the symbol. |
![]() | Linetype | Specifies the linetype for the symbol. |
![]() | LineWeight | Specifies the lineweight for the symbol. |
![]() | Numberoflines | Specifies the number of lines to include in the tapered lines set. |
![]() | PercentofLength | Specifies the percentage value to the slope length. |
![]() | SymbolType | Specifies whether a symbol is added to the beginning of the slope line. |
![]() | WidthRatio | Specifies the ratio of the symbol’s width to its length along the slope line (width = length * width ratio). |