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


IIMSGlobeXMLNode.XmlTag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.XmlTag Property

The tag of this node.

[Visual Basic .NET]
Public Property XmlTag As String
[C#]
public string XmlTag {get; set;}
[C++]
HRESULT get_XmlTag(
  BSTR* Tag
);
[C++]
HRESULT put_XmlTag(
  BSTR Tag
);
[C++]

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

Product Availability

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

See Also

IIMSGlobeXMLNode Interface