Specifies the number of points that are output.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public int RandomPointsNumber { get; set; }
Visual Basic
Public Property RandomPointsNumber As Integer
	Get
	Set
Visual C++
public:
property int RandomPointsNumber {
	int get ();
	void set (int value);
}

Remarks

This property is available when the OutputLocations property is SurfacePointOutputLocationsType.RandomPoints.

See Also