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


IXMLIndexTags.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTags Interface > IXMLIndexTags.Find Method
ArcGIS Developer Help

IXMLIndexTags.Find Method

Find a tag in the collection by name.

[Visual Basic .NET]
Public Sub Find ( _
    ByVal tagName As String, _
    ByRef tagIndex As Integer _
)
[C#]
public void Find (
    string tagName,
    ref int tagIndex
);
[C++]
HRESULT Find(
  BSTR tagName,
  System.Int32* tagIndex
);
[C++]
Parameters
tagName [in]

tagName is a parameter of type BSTR tagIndex [out]
tagIndex is a parameter of type long*

Product Availability

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

See Also

IXMLIndexTags Interface