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


IGlobeGraphicsElementProperties.GetCallOutLineOffset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.GetCallOutLineOffset Method
ArcGIS Developer Help

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(
  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*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface