SurveyFigureStyleAdditionalMarkerDivideFigureBy Property |
Specifies the value to divide the figure by if you set the Marker Placement Method to Divide By.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int AdditionalMarkerDivideFigureBy { get; set; }
Public Property AdditionalMarkerDivideFigureBy As Integer
Get
Set
public:
property int AdditionalMarkerDivideFigureBy {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when specified value is out of interval [1, 10000000009].
|
See Also