This document is archived and information here might be outdated. Recommended version. |
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++]
HRESULT putref_MasterLayer(
ILayer** ppMasterLayer
);
[C++] Parameters ppMasterLayer [in]
ppMasterLayer is a parameter of type ILayer* ppMasterLayer [out, retval]
ppMasterLayer is a parameter of type ILayer**