ESRI.ArcGIS.ADF.ArcGISServer
EdgeSubtypeCode Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > JunctionConnectivityRule Class : EdgeSubtypeCode Property




The subtype value of the NetworkEdge FeatureClass.

Syntax

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

See Also

© 2010 All Rights Reserved.