ArcObjects Library Reference (Display)  

IBasicMarkerSymbol Interface

Provides access to properties of the basic marker symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property MarkerPlacement Marker placement of a basic marker symbol.

CoClasses that implement IBasicMarkerSymbol

CoClasses and Classes Description
BasicMarkerSymbol Basic marker symbol object.

Remarks

Use IBasicMarkerSymbol to create a new basic marker symbol for drawing point geometries.

MarkerPlacement property returns a reference to a marker placement object that defines how the marker symbols are placed with respect to the input geometry. To make changes to graphical attributes, use IGraphicAttributes interface on basic marker symbol or marker placement. When new basic marker symbols are created, the marker placement is defaulted to MarkerPlacementOnPoint with no X and Y offsets.

.NET Related Topics

Cartographic representations