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




The shortest distance allowed between any two randomly placed points. If a value of "1 Meter" is specified, all random points will be farther than 1 meter away from the closest point. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.