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


ICamera.GetIdentifyRay 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.GetIdentifyRay Method
ArcGIS Developer Help

ICamera.GetIdentifyRay Method

Returns the ray that corresponds to given screen coordinates.

[Visual Basic .NET]
Public Function GetIdentifyRay ( _
    ByVal dx As Integer, _
    ByVal dy As Integer _
) As IRay
[C#]
public IRay GetIdentifyRay (
    int dx,
    int dy
);
[C++]
HRESULT GetIdentifyRay(
  long dx,
  long dy
);
[C++]
Parameters
dx [in]

dx is a parameter of type long dy [in]
dy is a parameter of type long

Product Availability

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

See Also

ICamera Interface