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


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

IIMSGlobeXMLNode.ShallowClone Property

Makes a copy of input -- except children.

[Visual Basic .NET]
Public ReadOnly Property ShallowClone As IIMSGlobeXMLNode
[C#]
public IIMSGlobeXMLNode ShallowClone {get;}
[C++]
HRESULT get_ShallowClone(
  IIMSGlobeXMLNode** node
);
[C++]

Parameters node [out, retval]
node is a parameter of type IIMSGlobeXMLNode

Product Availability

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

See Also

IIMSGlobeXMLNode Interface