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