CustomMarkerStyle Property

Gets or sets a long value specifying a custom marker style.

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

Syntax

C#

public CustomMarkerType CustomMarkerStyle { get; set; }

Visual Basic

Public Property CustomMarkerStyle As CustomMarkerType
	Get
	Set

Visual C++

public:
property CustomMarkerType CustomMarkerStyle {
	CustomMarkerType get ();
	void set (CustomMarkerType value);
}

See Also