This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.Reparent Method (ArcObjects .NET 10.4 SDK) |
Re-parents the layer.
[Visual Basic .NET] Public Sub Reparent ( _ ByVal Layer As ILayer, _ ByVal newParent As ICompositeLayer _ )
[C#] public void Reparent ( ILayer Layer, ICompositeLayer newParent );
[C++]
HRESULT Reparent(
ILayer* Layer,
ICompositeLayer* newParent
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer newParent [in]
newParent is a parameter of type ICompositeLayer