ESRI.ArcGIS.ADF.ArcGISServer
Weight Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TopologyMembership Class : Weight Property




The weight of the feature class in the topology.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Weight As Double
Visual Basic (Usage)Copy Code
Dim instance As TopologyMembership
Dim value As Double
 
instance.Weight = value
 
value = instance.Weight
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public double Weight {get; set;}

See Also

© 2010 All Rights Reserved.