This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicMarkerSymbol Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties of the basic marker symbol.
Description | ||
---|---|---|
MarkerPlacement | Marker placement of a basic marker symbol. |
CoClasses and Classes | Description |
---|---|
BasicMarkerSymbol | Basic marker symbol object. |
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.