This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.GetIdentifyVector Method (ArcObjects .NET 10.4 SDK) |
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