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