The following tables list the members exposed by CreateRandomPoints.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| constraining_extent | Random points will be generated inside the extent. The constraining extent will only be used if no constraining feature class is specified. (In, Optional) |
| constraining_feature_class | Random 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) |
| create_multipoint_output | Determines if the output feature class will be a multipart or single part feature.
(In, Optional) |
| minimum_allowed_distance | 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) |
| multipoint_size | If 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) |
| number_of_points_or_field | The number of points to be randomly generated. (In, Optional) |
| out_feature_class | Output Feature Class (out, Optional) |
| out_name | The name of the random points feature class to be created. (In, Required) |
| out_path | The location or workspace in which the random points feature class will be created. This location or workspace must already exist. (In, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also