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


ICalloutTracker.SymbolGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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 [out, retval]
SymbolGeometry is a parameter of type IGeometry SymbolGeometry [in]
SymbolGeometry is a parameter of type IGeometry

Product Availability

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

See Also

ICalloutTracker Interface