Gets or sets a long value specifying a custom marker style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }