This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IScientificDataBuilder Interface > IScientificDataBuilder.QueryVariables Method (ArcObjects .NET 10.4 SDK) |
Query variables for a given dataset path.
[Visual Basic .NET] Public Function QueryVariables ( _ ByVal datasetPath As String _ ) As IPropertySet
[C#] public IPropertySet QueryVariables ( string datasetPath );
[C++]
HRESULT QueryVariables(
BSTR datasetPath,
IPropertySet** ppVariables
);
[C++]
Parameters datasetPath [in] datasetPath is a parameter of type BSTR ppVariables [out, retval]
ppVariables is a parameter of type IPropertySet