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




The netCDF variable name that will be used in the output netCDF file. This variable will contain the values of cells in the input raster. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property variable As String
Visual Basic (Usage)Copy Code
Dim instance As RasterToNetCDF
Dim value As String
 
instance.variable = value
 
value = instance.variable
C# 
public string variable {get; set;}

See Also

© 2010 All Rights Reserved.