This document is archived and information here might be outdated.  Recommended version.


IScientificDataBuilder.QueryVariables Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IScientificDataBuilder.QueryVariables Method

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
);
[C++]

Parameters datasetPath [in]
datasetPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScientificDataBuilder Interface