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


IGlobeDisplay.GetSurfacePoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.GetSurfacePoint Method

Locate a point in the position x,y within the view (x and y in the interval 0-1).

[Visual Basic .NET]
Public Sub GetSurfacePoint ( _
    ByVal xView As Double, _
    ByVal yView As Double, _
    ByVal internalGlobe As Integer, _
    ByRef ppIntersec As IPoint _
)
[C#]
public void GetSurfacePoint (
    double xView,
    double yView,
    int internalGlobe,
    ref IPoint ppIntersec
);
[C++]
HRESULT GetSurfacePoint(
  double xView,
  double yView,
  Long internalGlobe,
  IPoint** ppIntersec
);
[C++]

Parameters xView [in] xView is a parameter of type double yView [in] yView is a parameter of type double internalGlobe [in] internalGlobe is a parameter of type Long ppIntersec [out]
ppIntersec is a parameter of type IPoint

Product Availability

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

See Also

IGlobeDisplay Interface