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


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

IXMLWriter.LookupNamespace Method

Obtains the declared namespace prefix for a namespace.

[Visual Basic .NET]
Public Function LookupNamespace ( _
    ByVal uri As String _
) As String
[C#]
public string LookupNamespace (
    string uri
);
[C++]
HRESULT LookupNamespace(
  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

IXMLWriter Interface