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




The cluster tolerance of the topology.

Syntax

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

See Also

© 2010 All Rights Reserved.