Share

SurfacePointOutputOptions.RandomPointsNumber Property

Specifies the number of points that are output.



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

Syntax

C#

public int RandomPointsNumber { get; set; }

VB

Public Property RandomPointsNumber As Integer
	Get
	Set

C++

public:
property int RandomPointsNumber {
	int get ();
	void set (int value);
}

Property Value

Int32

Remarks

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

See Also

Reference

Was this information helpful?