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


IXMLNamespaces.DeleteNamespace Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLNamespaces.DeleteNamespace Method

Deletes a namespace from the element.

[Visual Basic .NET]
Public Sub DeleteNamespace ( _
    ByVal uri As String _
)
[C#]
public void DeleteNamespace (
    string uri
);
[C++]
HRESULT DeleteNamespace(
  BSTR uri
);
[C++]

Parameters uri [in] uri is a parameter of type BSTR

Product Availability

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

See Also

IXMLNamespaces Interface