A marker symbol comprised of a predefined set of styles.
Product Availability
Description
The SimpleMarkerSymbol is used to create a marker symbol comprised of a predefinded set of styles. The SimpleMarkerSymbol determines the shape of the simple symbol and also its outline characteristics.
The Style property determines the basic shape of the symbol and can be set to one of five basic shapes using the esriSimpleMarkerStyle constants. These simple shapes can be enhanced with outlines. Try setting the Outline property to True and setting and IColor onto the OutlineColor property.
The OutlineSize property determines the thickness of the outline in printer's points. Bear in mind that the outline is drawn on top of the symbol and will overlap the symbol by half its thickness. By default, a simple marker symbol will be a circle with no outline. The default OutlineColor is black, and the default OutlineSize is 0.
Supported Platforms
Interfaces
Interfaces | Description |
---|---|
IClone (esriSystem) | Provides access to members that control cloning of objects. |
IDisplayName | Provides access to members that return the display name of an object. |
IMapLevel | Provides access to members that control the map level. |
IMarkerMask | Provides access to members that retreive marker mask geometry. |
IMarkerSymbol | Provides access to members that control marker symbols. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IPropertySupport (esriSystem) | Provides access to members that set a default property on an object. |
ISimpleMarkerSymbol | Provides access to members that control the simple marker symbol. |
ISymbol | Provides access to members that control symbols. |
ISymbolRotation | Provides access to the symbol rotation properties. |
IXMLSerialize (esriSystem) | Provides access to members that XML serialize and deserialize an object to/from XML. |