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


IDataGraphT.Identify Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphT.Identify Method

Identifies object ID for the series using graph coordinates.

[Visual Basic .NET]
Public Sub Identify ( _
    ByVal iSeries As Integer, _
    ByVal ptX As Integer, _
    ByVal ptY As Integer, _
    ByRef pOIDs As Object _
)
[C#]
public void Identify (
    int iSeries,
    int ptX,
    int ptY,
    ref object pOIDs
);
[C++]
HRESULT Identify(
  long iSeries,
  long ptX,
  long ptY,
  VARIANT* pOIDs
);
[C++]

Parameters iSeries [in] iSeries is a parameter of type long ptX [in] ptX is a parameter of type long ptY [in] ptY is a parameter of type long pOIDs [out] pOIDs is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphT Interface