ESRI.ArcGIS.ADF.ArcGISServer
NoDataValue Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RasterRenderer Class : NoDataValue Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(ElementName="Double", Form=XmlSchemaForm.Unqualified)>
Public Property NoDataValue As Double()
Visual Basic (Usage)Copy Code
Dim instance As RasterRenderer
Dim value() As Double
 
instance.NoDataValue = value
 
value = instance.NoDataValue
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(ElementName="Double", Form=XmlSchemaForm.Unqualified)]
public double[] NoDataValue {get; set;}

See Also

© 2010 All Rights Reserved.