This document is archived and information here might be outdated. Recommended version. |
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 int ppIntersec [out]
ppIntersec is a parameter of type IPoint**