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


IXMLIndexTags.Find Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  long* 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