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.4.2516.0

Syntax

C#
public int AdditionalMarkerDivideFigureBy { get; set; }
Visual Basic
Public Property AdditionalMarkerDivideFigureBy As Integer
	Get
	Set
Visual C++
public:
property int AdditionalMarkerDivideFigureBy {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when specified value is out of interval [1, 10000000009].

See Also