This document is archived and information here might be outdated.  Recommended version.


IMarkerElement.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMarkerElement Interface > IMarkerElement.Symbol Property
ArcGIS Developer Help

IMarkerElement.Symbol Property

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 Samples

Create a custom tool Custom UI elements using add-ins Creating a toolbar of globe tools Creating a toolbar of globe tools Geoevents in a MapControl Triangle graphic element