This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.MasterLayer Property (ArcObjects .NET 10.5 SDK) |
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