The geometry used for the Callout.
[Visual Basic .NET] Public Property LineGeometry As IGeometry
[C#] public IGeometry LineGeometry {get; set;}
[C++]
HRESULT get_LineGeometry(
IGeometry** Geometry
);
[C++]
HRESULT put_LineGeometry(
IGeometry* Geometry
);
[C++]Parameters
Geometry [out, retval]Geometry is a parameter of type IGeometry
Geometry [in]Geometry is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
LineGeometry is the geometry that controls the actual shape of the leader. Use the IPolyLine object to create the coordinate spcifications for the leader.