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,
IVector3D** result
);
[C++]Parameters
pCursor [in]pCursor is a parameter of type IPoint
result [out, retval]result is a parameter of type IVector3D
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.