Specifies the number of points that are output.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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.