ArcObjects Library Reference (System)  

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,
  BSTR* Prefix
);
[C++]

Parameters

uri [in]   uri is a parameter of type BSTR Prefix [out, retval]   Prefix is a parameter of type BSTR

Product Availability

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

See Also

IXMLWriter Interface