Specifies how to determine the offset distance between this component and the previous component in the slope line style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SlopePatternOffsetType OffsetType { get; set; }
VB
Public Property OffsetType As SlopePatternOffsetType Get Set
C++
public: property SlopePatternOffsetType OffsetType { SlopePatternOffsetType get (); void set (SlopePatternOffsetType value); }
Property Value
SlopePatternOffsetTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Throw when setting the property to SlopePatternOffsetType::Divide but the previous or next component is set to SlopePatternOffsetType::Divide already. |