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


ICamera.GetIdentifyVector Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.GetIdentifyVector Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pCursor [in]

pCursor is a parameter of type IPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface