This document is archived and information here might be outdated.  Recommended version.


ICamera.GetIdentifyVector Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.GetIdentifyVector Method

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.

See Also

ICamera Interface