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


IMosaicSubLayer.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicSubLayer Interface > IMosaicSubLayer.Parent Property
ArcGIS Developer Help

IMosaicSubLayer.Parent Property

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*

Product Availability

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

See Also

IMosaicSubLayer Interface