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.4.208.0

Syntax

C#

public CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle { get; set; }

Visual Basic

Public Property CustomMarkerSuperimposeStyle As CustomMarkerSuperimposeType
	Get
	Set

Visual C++

public:
property CustomMarkerSuperimposeType CustomMarkerSuperimposeStyle {
	CustomMarkerSuperimposeType get ();
	void set (CustomMarkerSuperimposeType value);
}

See Also