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


IScientificDataCrawler.VariableTypes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IScientificDataCrawler Interface > IScientificDataCrawler.VariableTypes Property
ArcGIS Developer Help

IScientificDataCrawler.VariableTypes Property

The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.

[Visual Basic .NET]
Public Property VariableTypes As IPropertySet
[C#]
public IPropertySet VariableTypes {get; set;}
[C++]
HRESULT get_VariableTypes(
  IPropertySet** ppVariableTypes
);
[C++]
HRESULT putref_VariableTypes(
  IPropertySet* ppVariableTypes
);
[C++]
Parameters
ppVariableTypes [out, retval]

ppVariableTypes is a parameter of type IPropertySet** ppVariableTypes [in]
ppVariableTypes is a parameter of type IPropertySet*

Product Availability

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

See Also

IScientificDataCrawler Interface