This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the simple marker symbol.
ISimpleMarkerSymbol is used to create a marker symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleMarkerStyle enumeration. Optionally, an Outline may be placed around the outside edge of the symbol. Use the IMarkerSymbol interface to set additional properties for ISimpleMarkerSymbols.
Name | Description | |
---|---|---|
Angle | Marker symbol angle. | |
Color | Marker symbol color. | |
Outline | Indicates if the symbol outline will draw. | |
OutlineColor | Outline color. | |
OutlineSize | Outline diameter. | |
Size | Marker symbol size. | |
Style | Marker style. | |
XOffset | Symbol X-axis offset from point location. | |
YOffset | Symbol Y-axis offset from point location. |
Interfaces | Description |
---|---|
IMarkerSymbol | Provides access to members that control marker symbols. |
Classes | Description |
---|---|
SimpleMarkerSymbol | A marker symbol comprised of a predefined set of styles. |