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


IXMLReader.LocalName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLReader.LocalName Property

Local name of current element.

[Visual Basic .NET]
Public ReadOnly Property LocalName As String
[C#]
public string LocalName {get;}
[C++]
HRESULT get_LocalName(
  BSTR* LocalName
);
[C++]

Parameters LocalName [out, retval] LocalName is a parameter of type BSTR

Product Availability

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

See Also

IXMLReader Interface