|  | This document is archived and information here might be outdated. Recommended version. | 
The offset introduced by the callout line in the graphics element position.
[Visual Basic .NET]
Public Sub GetCallOutLineOffset ( _
    ByRef pLongitudeInDegrees As Double, _
    ByRef pLatitudeInDegrees As Double, _
    ByRef pAltitudeInMeters As Double _
)
[C#]
public void GetCallOutLineOffset (
    ref double pLongitudeInDegrees,
    ref double pLatitudeInDegrees,
    ref double pAltitudeInMeters
);
[C++]
HRESULT GetCallOutLineOffset(
  System.Double* pLongitudeInDegrees,
  System.Double* pLatitudeInDegrees,
  System.Double* pAltitudeInMeters
);
[C++] Parameters pLongitudeInDegrees [out]
pLongitudeInDegrees is a parameter of type double* pLatitudeInDegrees [out]
pLatitudeInDegrees is a parameter of type double* pAltitudeInMeters [out]
pAltitudeInMeters is a parameter of type double*