ESRI.ArcGIS.ADF.ArcGISServer
NetworkElevationModel Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DENetworkDataset Class : NetworkElevationModel Property




The type of the network elevation model.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=17)>
Public Property NetworkElevationModel As Integer
Visual Basic (Usage)Copy Code
Dim instance As DENetworkDataset
Dim value As Integer
 
instance.NetworkElevationModel = value
 
value = instance.NetworkElevationModel
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=17)]
public int NetworkElevationModel {get; set;}

See Also

© 2010 All Rights Reserved.