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 > MakeNetCDFFeatureLayer Class : row_dimension Property




The netCDF dimension, or dimensions, used to create features with unique values in the feature layer. The dimension or dimensions set here determine the number of features in the feature layer and the fields that will be presented in the feature layer's attribute table. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property row_dimension As Object
Visual Basic (Usage)Copy Code
Dim instance As MakeNetCDFFeatureLayer
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.