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


IDataGraphT.Identify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.Identify Method
ArcGIS Developer Help

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