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


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

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