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




The variable of the netCDF file used to assign cell values to the output raster. This is the variable that will be displayed, such as temperature or rainfall. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.