This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IScientificDataBuilder Interface > IScientificDataBuilder.VariableTypes Property (ArcObjects .NET 10.4 SDK) |
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