ESRI.ArcGIS.MultidimensionTools
MakeNetCDFTableView Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.MultidimensionTools Namespace > MakeNetCDFTableView Class > MakeNetCDFTableView Constructor : MakeNetCDFTableView Constructor(Object,Object,Object)




in_netCDF_file
Input netCDF File (in)
variable
The netCDF variable, or variables, used to create fields in the table view. (In, Required)
out_table_view
The name of the output table view. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_netCDF_file As Object, _
   ByVal variable As Object, _
   ByVal out_table_view As Object _
)
Visual Basic (Usage)Copy Code
Dim in_netCDF_file As Object
Dim variable As Object
Dim out_table_view As Object
 
Dim instance As MakeNetCDFTableView(in_netCDF_file, variable, out_table_view)
C# 
public MakeNetCDFTableView( 
   object in_netCDF_file,
   object variable,
   object out_table_view
)

Parameters

in_netCDF_file
Input netCDF File (in)
variable
The netCDF variable, or variables, used to create fields in the table view. (In, Required)
out_table_view
The name of the output table view. (Out, Required)

See Also

© 2010 All Rights Reserved.