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


ICalloutTracker.SymbolGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICalloutTracker Interface > ICalloutTracker.SymbolGeometry Property
ArcGIS Developer Help

ICalloutTracker.SymbolGeometry Property

Geometry used for drawing the symbol.

[Visual Basic .NET]
Public Property SymbolGeometry As IGeometry
[C#]
public IGeometry SymbolGeometry {get; set;}
[C++]
HRESULT get_SymbolGeometry(
  IGeometry* SymbolGeometry
);
[C++]
HRESULT put_SymbolGeometry(
  IGeometry** SymbolGeometry
);
[C++]
Parameters
SymbolGeometry [in]

SymbolGeometry is a parameter of type IGeometry* SymbolGeometry [out, retval]
SymbolGeometry is a parameter of type IGeometry**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICalloutTracker Interface