Share

SlopePatternLineSymbol Class

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

 NameDescription
Public propertyBlockName Specifies the block to insert.
Public propertyColor Specifies the color of the symbol.
Public propertyLength Specifies the length value in drawing units (usually feet or meters).
Public propertyLengthType Specifies how to determine the length of the symbol.
Public propertyLinetype Specifies the linetype for the symbol.
Public propertyLineWeight Specifies the lineweight for the symbol.
Public propertyNumberoflines Specifies the number of lines to include in the tapered lines set.
Public propertyPercentofLength Specifies the percentage value to the slope length.
Public propertySymbolType Specifies whether a symbol is added to the beginning of the slope line.
Public propertyWidthRatio Specifies the ratio of the symbol’s width to its length along the slope line (width = length * width ratio).

See Also

Reference

Was this information helpful?