MarkerStyleBaseCustomMarkerSuperimposeStyle Property |
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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle { get; set; }
Public Property CustomMarkerSuperimposeStyle As CustomMarkerSuperimposeType
Get
Set
public:
property CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle {
CustomMarkerSuperimposeType get ();
void set (CustomMarkerSuperimposeType value);
}
Property Value
CustomMarkerSuperimposeType
See Also