Share

MarkerStyleBase.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.8.0.280

Syntax

C#

public CustomMarkerType CustomMarkerStyle { get; set; }

VB

Public Property CustomMarkerStyle As CustomMarkerType
	Get
	Set

C++

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

Property Value

CustomMarkerType

See Also

Reference

Was this information helpful?