This document is archived and information here might be outdated. Recommended version. |
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*
LineGeometry is the geometry that controls the actual shape of the leader. Use the IPolyLine object to create the coordinate spcifications for the leader.