This document is archived and information here might be outdated. Recommended version. |
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*