This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMosaicDatasetName2 Interface > IMosaicDatasetName2.ChildrenNames Property (ArcObjects .NET 10.5 SDK) |
The mosaic dataset table names.
[Visual Basic .NET] Public Property ChildrenNames As IStringArray
[C#] public IStringArray ChildrenNames {get; set;}
[C++]
HRESULT get_ChildrenNames(
IStringArray** ppNames
);
[C++]
HRESULT putref_ChildrenNames(
IStringArray* ppNames
);
[C++]
Parameters ppNames [out, retval]
ppNames is a parameter of type IStringArray ppNames [in]
ppNames is a parameter of type IStringArray