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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SlopePatternOffsetType OffsetType { get; set; }
Public Property OffsetType As SlopePatternOffsetType
Get
Set
public:
property SlopePatternOffsetType OffsetType {
SlopePatternOffsetType get ();
void set (SlopePatternOffsetType value);
}
Property Value
SlopePatternOffsetType
ExceptionsException | Condition |
---|
InvalidOperationException |
Throw when setting the property to SlopePatternOffsetType::Divide but the previous or next component is set to SlopePatternOffsetType::Divide already.
|
See Also