ArcObjects Library Reference (Display) |
|
ISimpleMarkerSymbol Interface
Provides access to members that control the simple marker symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
|
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. |
Inherited Interfaces
Interfaces |
Description |
IMarkerSymbol |
Provides access to members that control marker symbols. |
CoClasses that implement ISimpleMarkerSymbol
CoClasses and Classes |
Description |
SimpleMarkerSymbol |
A marker symbol comprised of a predefined set of styles. |
.NET Snippets
Draw Point |
Flash Geometry |
Add Graphic to Map |
Create Simple Marker Symbol
.NET Samples
Custom UI elements using add-ins (Code Files:
AddGraphicsTool) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm) |
GraphicTracker with the map (Code Files:
GTMapForm) |
Angle Angle shape constructor (Code Files:
AngleAngleCstr) |
ArcGIS Network Analyst extension barrier location editor (Code Files:
EditorForm) |
Add a traversal result to the map (Code Files:
AddTraversalResultsToMap) |
Creating a toolbar of globe tools (Code Files:
PointElement) |
Create a custom tool (Code Files:
DrawGraphicLine)
.NET Related Topics
Create a custom tool |
DisplayUI |
How to draw a point on the screen |
Using ArcObjects (COM-based) in .NET |
Working with the editor snap environment