ESRI.ArcGIS.MultidimensionTools
fields_to_variables Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.MultidimensionTools Namespace > FeatureToNetCDF Class : fields_to_variables Property




The field or fields used to create variables in the netCDF file. Four special fields—Shape.X, Shape.Y, Shape.Z, and Shape.M—can be used for exporting x-coordinates or longitude, y-coordinates or latitude, Z values, and M values of input features, respectively.field—A field in the input feature attribute table.{variable}—The netCDF variable name.{units}—The units of the data represented by the field. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property fields_to_variables As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureToNetCDF
Dim value As Object
 
instance.fields_to_variables = value
 
value = instance.fields_to_variables
C# 
public object fields_to_variables {get; set;}

See Also

© 2010 All Rights Reserved.