This document is archived and information here might be outdated. Recommended version. |
Variables to be selected from the scientific dataset.
[Visual Basic .NET] Public Property Variables As IStringArray
[C#] public IStringArray Variables {get; set;}
[C++]
HRESULT get_Variables(
IStringArray** ppVariables
);
[C++]
HRESULT putref_Variables(
IStringArray* ppVariables
);
[C++] Parameters ppVariables [out, retval]
ppVariables is a parameter of type IStringArray** ppVariables [in]
ppVariables is a parameter of type IStringArray*