ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.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

IGlobeLayerProperties Interface