ESRI.ArcGIS.EditingTools
distance Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.EditingTools Namespace > Densify Class : distance Property




The maximum linear distance between vertices. This distance will always be applied to line segments and to simplify curves. The default value is a function of the tolerance. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property distance As Object
Visual Basic (Usage)Copy Code
Dim instance As Densify
Dim value As Object
 
instance.distance = value
 
value = instance.distance
C# 
public object distance {get; set;}

See Also

© 2010 All Rights Reserved.