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