ESRI.ArcGIS.ADF.ArcGISServer
TopologyID Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETopology Class : TopologyID Property




The ID of the topology.

Syntax

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

See Also

© 2010 All Rights Reserved.