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


IGlobeLayerProperties4.MasterLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.MasterLayer Property

The layer that defines properties for an elevation layer. Null if the layer is its own master.

[Visual Basic .NET]
Public Property MasterLayer As ILayer
[C#]
public ILayer MasterLayer {get; set;}
[C++]
HRESULT get_MasterLayer(
  ILayer** ppMasterLayer
);
[C++]

Parameters ppMasterLayer [out, retval]
ppMasterLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeLayerProperties4 Interface