ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.DeepClone Property

Makes a copy of input -- including children.

[Visual Basic .NET]
Public ReadOnly Property DeepClone As IIMSGlobeXMLNode
[C#]
public IIMSGlobeXMLNode DeepClone {get;}
[C++]
HRESULT get_DeepClone(
  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