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




The value (such as 01/30/05) of the dimension (such as Time) or dimensions to use when displaying the variable in the output layer. By default, the first value of the dimension or dimensions will be used. This default value can also be altered on the netCDF tab of the Layer Properties dialog box. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.