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




Syntax

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

See Also

© 2010 All Rights Reserved.