ESRI.ArcGIS.ADF.ArcGISServer
HeightField Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TerrainDataSource Class : HeightField Property




Syntax

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

See Also

© 2010 All Rights Reserved.