SlopePatternLineOffsetOffsetType Property

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.292
Syntax
public SlopePatternOffsetType OffsetType { get; set; }

Property Value

SlopePatternOffsetType
Exceptions
ExceptionCondition
InvalidOperationException Throw when setting the property to SlopePatternOffsetType::Divide but the previous or next component is set to SlopePatternOffsetType::Divide already.
See Also