This document is archived and information here might be outdated. Recommended version. |
Returns the vector that corresponds to the given screen location.
[Visual Basic .NET] Public Function GetIdentifyVector ( _ ByVal pCursor As IPoint _ ) As IVector3D
[C#] public IVector3D GetIdentifyVector ( IPoint pCursor );
[C++]
HRESULT GetIdentifyVector(
IPoint* pCursor
);
[C++]
Parameters pCursor [in]
pCursor is a parameter of type IPoint*