This document is archived and information here might be outdated.  Recommended version.


IBasicMarkerSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicMarkerSymbol Interface
ArcGIS Developer Help

IBasicMarkerSymbol Interface

Provides access to properties of the basic marker symbol.

Product Availability

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

Members

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

Classes that implement IBasicMarkerSymbol

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.