Share

SurveyFigureStyle.PlaceAdditionalMarkerAtFigureStartPoint Property

Specify Yes to have the Marker Placement Method always places an additional marker at the start point of the figure. Note This setting overrides the setting of None in the Marker Placement Method.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool PlaceAdditionalMarkerAtFigureStartPoint { get; set; }

VB

Public Property PlaceAdditionalMarkerAtFigureStartPoint As Boolean
	Get
	Set

C++

public:
property bool PlaceAdditionalMarkerAtFigureStartPoint {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?