RandomPointOperator.PointsPerFeature Property
Gets or sets the number of points that should be generated for each polygon, raster or line feature.
Syntax
public AttributeVariable< System.Int64 > PointsPerFeature { get; set; }
Property Value
Default: 0
The number of points that should be generated for each polygon, raster or line feature.
Remarks
If this property is 0 then Density is used to determine how many points that should be generated. Also, PointsPerFeature is only used if Distribution is a noise type.
Platforms
Windows, Linux, Android