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


IXMLAttributes.FindAttribute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLAttributes Interface > IXMLAttributes.FindAttribute Method
ArcGIS Developer Help

IXMLAttributes.FindAttribute Method

Finds an attribute by name and namespace.

[Visual Basic .NET]
Public Function FindAttribute ( _
    ByVal LocalName As String, _
    ByVal NamespaceURI As String _
) As Integer
[C#]
public int FindAttribute (
    string LocalName,
    string NamespaceURI
);
[C++]
HRESULT FindAttribute(
  BSTR LocalName,
  BSTR NamespaceURI
);
[C++]
Parameters
LocalName [in]

LocalName is a parameter of type BSTR NamespaceURI [in]
NamespaceURI is a parameter of type BSTR

Product Availability

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

See Also

IXMLAttributes Interface