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


ISimpleLineCallout.LineGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineCallout Interface > ISimpleLineCallout.LineGeometry Property
ArcGIS Developer Help

ISimpleLineCallout.LineGeometry Property

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.

See Also

ISimpleLineCallout Interface