Specify Yes to have the Marker Placement Method always places an additional marker at the end 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.4.2516.0

Syntax

C#
public bool PlaceAdditionalMarkerAtFigureEndPoint { get; set; }
Visual Basic
Public Property PlaceAdditionalMarkerAtFigureEndPoint As Boolean
	Get
	Set
Visual C++
public:
property bool PlaceAdditionalMarkerAtFigureEndPoint {
	bool get ();
	void set (bool value);
}

See Also