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


IXMLAttributes.DeleteAttribute Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLAttributes.DeleteAttribute Method

Deletes an attribute from the element.

[Visual Basic .NET]
Public Sub DeleteAttribute ( _
    ByVal LocalName As String, _
    ByVal NamespaceURI As String _
)
[C#]
public void DeleteAttribute (
    string LocalName,
    string NamespaceURI
);
[C++]
HRESULT DeleteAttribute(
  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