This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.GetCallOutLineOffset Method (ArcObjects .NET 10.4 SDK) |
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