This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicSubLayer Interface > IMosaicSubLayer.Parent Property (ArcObjects .NET 10.4 SDK) |
The parent mosaic layer of this sublayer.
[Visual Basic .NET] Public Property Parent As IMosaicLayer
[C#] public IMosaicLayer Parent {get; set;}
[C++]
HRESULT get_Parent(
IMosaicLayer** ppParent
);
[C++]
HRESULT putref_Parent(
IMosaicLayer* ppParent
);
[C++]
Parameters ppParent [out, retval]
ppParent is a parameter of type IMosaicLayer ppParent [in]
ppParent is a parameter of type IMosaicLayer