ArcObjects Library Reference (Carto)  

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