This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICalloutTracker Interface > ICalloutTracker.SymbolGeometry Property (ArcObjects .NET 10.4 SDK) |
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