Specifies the value to divide the figure by if you set the Marker Placement Method to Divide By.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int AdditionalMarkerDivideFigureBy { get; set; }
VB
Public Property AdditionalMarkerDivideFigureBy As Integer Get Set
C++
public: property int AdditionalMarkerDivideFigureBy { int get (); void set (int value); }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when specified value is out of interval [1, 10000000009]. |