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


IGlobeGraphicsElementProperties.GetCallOutLineOffset Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsElementProperties.GetCallOutLineOffset Method

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(
  double* pLongitudeInDegrees,
  double* pLatitudeInDegrees,
  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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeGraphicsElementProperties Interface