This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTags Interface > IXMLIndexTags.Find Method (ArcObjects .NET 10.4 SDK) |
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