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




The following tables list the members exposed by CreateRandomPoints.

Public Constructors

 NameDescription
Public ConstructorCreateRandomPoints ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyconstraining_extentRandom points will be generated inside the extent. The constraining extent will only be used if no constraining feature class is specified. (In, Optional)  
Public Propertyconstraining_feature_classRandom points will be generated inside or along the features in this feature class. The constraining feature class can be geometry type point, multipoint, line, or polygon. Points will randomly be placed inside polygon features, along line features, or at point feature locations. (In, Optional)  
Public Propertycreate_multipoint_outputDetermines if the output feature class will be a multipart or single part feature. (In, Optional)  
Public Propertyminimum_allowed_distanceThe 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)  
Public Propertymultipoint_sizeIf the Create Multipoint Output option is used (checked/MULTIPOINT), this parameter specifies the number of random points to be placed in each multipoint geometry. (In, Optional)  
Public Propertynumber_of_points_or_fieldThe number of points to be randomly generated. (In, Optional)  
Public Propertyout_feature_classOutput Feature Class (out, Optional)  
Public Propertyout_nameThe name of the random points feature class to be created. (In, Required)  
Public Propertyout_pathThe location or workspace in which the random points feature class will be created. This location or workspace must already exist. (In, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.