MarkerType Property

Gets or sets the marker to an AutoCAD point, a customer mark, or a symbol.

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

Syntax

C#

public PointMarkerDisplayType MarkerType { get; set; }

Visual Basic

Public Property MarkerType As PointMarkerDisplayType
	Get
	Set

Visual C++

public:
property PointMarkerDisplayType MarkerType {
	PointMarkerDisplayType get ();
	void set (PointMarkerDisplayType value);
}

See Also