SlopePatternLineOffset Class

Defines the offset of lines in a SlopePatternComponent.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSlopePatternStyle>]
    Autodesk.Civil.DatabaseServices.StylesSlopePatternLineOffset

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

The SlopePatternLineOffset type exposes the following members.

Properties
 NameDescription
Public propertyDistance Specifies the linear value in drawing units (usually feet or meters).
Public propertyMaximumDistance Specifies maximum offsets value in drawing units.
Public propertyMinimumDistance Specifies minimum offsets value in drawing units.
Public propertyNumberoflines Specifies the number of instances of this component to insert.
Public propertyOffsetType Specifies how to determine the offset distance between this component and the previous component in the slope line style.
Public propertyPercentofLength Specifies the percentage to the slope length at the position being offset from.
Public propertyRadialOffsetAngle Specifies the angular value.
Top
See Also