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




A netCDF dimension used to create bands in the output raster. Set this dimension if a multiband raster layer is required. For instance, altitude might be set as the band dimension to create a multiband raster where each band represents temperature at that altitude. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.