Marker symbol this element uses to draw itself.
[Visual Basic .NET]
Public Property Symbol As IMarkerSymbol
[C#]
public IMarkerSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
IMarkerSymbol** Symbol
);
[C++]
HRESULT put_Symbol(
IMarkerSymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol
Symbol [in]
Symbol is a parameter of type IMarkerSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Symbol property allows for the retrieval or update of the marker symbol being used to display the MarkerElement.
See Also
IMarkerElement Interface
.NET Snippets
Add Graphics Layer to Globe |
Add Graphic to Map |
.NET Samples
Arranging MOLE graphics using manual decluttering (Code Files:
MainForm) |
Create a custom tool (Code Files:
DrawGraphicLine) |
Creating a toolbar of globe tools (Code Files:
PointElement StyleElement) |
Custom UI elements using add-ins (Code Files:
AddGraphicsTool) |
Decluttering MOLE graphics using leadering and stacking (Code Files:
MainForm) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
Triangle graphic element (Code Files:
TriangleElementClass) |
Using MOLE symbol-based graphics with interactive maps (Code Files:
MainForm) |
.NET Related Topics
Create a custom tool |
Implementing persistence |