Share

MarkerStyle.MarkerType Property

Gets or sets the marker type (point, symbol, vertical line, or custom).



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

Syntax

C#

public MarkerDisplayType MarkerType { get; set; }

VB

Public Property MarkerType As MarkerDisplayType
	Get
	Set

C++

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

Property Value

MarkerDisplayType

See Also

Reference

Was this information helpful?