Gets or sets the CustomMarkerSuperimposeType enum value that specifies the shape superimposed on the custom point style marker as either none, a circle, a square, or both square and circle.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle { get; set; }
VB
Public Property CustomMarkerSuperimposeStyle As CustomMarkerSuperimposeType Get Set
C++
public: property CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle { CustomMarkerSuperimposeType get (); void set (CustomMarkerSuperimposeType value); }