This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLNamespaces Interface > IXMLNamespaces.DeleteNamespace Method (ArcObjects .NET 10.5 SDK) |
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