Share

MarkerStyleBase.CustomMarkerSuperimposeStyle 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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

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);
}

Property Value

CustomMarkerSuperimposeType

See Also

Reference

Was this information helpful?