RandomPointOperator.Density Property
Gets or sets the density of the generated points.
Syntax
public AttributeVariable< System.Double > Density { get; set; }
Property Value
Default: 1.0
The density of the generated points.
Remarks
If points are generated inside a polygon, this is the number of points per square kilometer. If points are generated along a line, it is the number of points per kilometer. Density is only used if PointsPerFeature is 0.
Platforms
Windows, Linux, Android