This document is archived and information here might be outdated. Recommended version. |
Returns the vector that corresponds to given screen coordinates.
[Visual Basic .NET] Public Sub QueryIdentifyVector ( _ ByVal dx As Integer, _ ByVal dy As Integer, _ ByVal pIdentifyVect As IVector3D _ )
[C#] public void QueryIdentifyVector ( int dx, int dy, IVector3D pIdentifyVect );
[C++]
HRESULT QueryIdentifyVector(
long dx,
long dy,
IVector3D* pIdentifyVect
);
[C++] Parameters dx [in]
dx is a parameter of type long dy [in]
dy is a parameter of type long pIdentifyVect [in]
pIdentifyVect is a parameter of type IVector3D*