Share

SurveyFigureStyle.AdditionalMarkerDivideFigureBy Property

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

Int32

Exceptions

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

See Also

Reference

Was this information helpful?