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


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

IGlobeGraphicsElementProperties.PutCallOutLineOffset Method

The offset introduced by the callout line in the graphics element position.

[Visual Basic .NET]
Public Sub PutCallOutLineOffset ( _
    ByVal longitudeInDegrees As Double, _
    ByVal latitudeInDegrees As Double, _
    ByVal altitudeInMeters As Double _
)
[C#]
public void PutCallOutLineOffset (
    double longitudeInDegrees,
    double latitudeInDegrees,
    double altitudeInMeters
);
[C++]
HRESULT PutCallOutLineOffset(
  double longitudeInDegrees,
  double latitudeInDegrees,
  double altitudeInMeters
);
[C++]

Parameters longitudeInDegrees [in] longitudeInDegrees is a parameter of type double latitudeInDegrees [in] latitudeInDegrees is a parameter of type double altitudeInMeters [in] altitudeInMeters is a parameter of type double

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface