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




The netCDF dimension, or dimensions, used to create fields populated with unique values in the table view. The dimension, or dimensions, set here determine the number of rows in the table view and the fields that will be present. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.