ESRI.ArcGIS.ADF.ArcGISServer
SensorType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERasterDataset Class : SensorType Property




Syntax

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

See Also

© 2010 All Rights Reserved.