ESRI.ArcGIS.ADF.ArcGISServer
MeanCellWidth Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERasterBand Class : MeanCellWidth Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=2)>
Public Property MeanCellWidth As Double
Visual Basic (Usage)Copy Code
Dim instance As DERasterBand
Dim value As Double
 
instance.MeanCellWidth = value
 
value = instance.MeanCellWidth
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=2)]
public double MeanCellWidth {get; set;}

See Also

© 2010 All Rights Reserved.