MarkerStyleBaseCustomMarkerStyle Property |
Gets or sets a long value specifying a custom marker style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CustomMarkerType CustomMarkerStyle { get; set; }
Public Property CustomMarkerStyle As CustomMarkerType
Get
Set
public:
property CustomMarkerType CustomMarkerStyle {
CustomMarkerType get ();
void set (CustomMarkerType value);
}
Property Value
CustomMarkerType
See Also