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


IIMSGlobeXMLNode.XmlTag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.XmlTag Property
ArcGIS Developer Help

IIMSGlobeXMLNode.XmlTag Property

The tag of this node.

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

Tag is a parameter of type BSTR

Product Availability

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

See Also

IIMSGlobeXMLNode Interface