This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.GetIdentifyRay Method (ArcObjects .NET 10.5 SDK) |
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,
IRay** ppRay
);
[C++]
Parameters dx [in] dx is a parameter of type long dy [in] dy is a parameter of type long ppRay [out, retval]
ppRay is a parameter of type IRay