ESRI.ArcGIS.ADF.ArcGISServer
NetworkType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DEGeometricNetwork Class : NetworkType Property




The type of associated logical network.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=0)>
Public Property NetworkType As esriNetworkType
Visual Basic (Usage)Copy Code
Dim instance As DEGeometricNetwork
Dim value As esriNetworkType
 
instance.NetworkType = value
 
value = instance.NetworkType
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=0)]
public esriNetworkType NetworkType {get; set;}

See Also

© 2010 All Rights Reserved.