SurfacePointOutputOptionsRandomPointsNumber Property

Specifies the number of points that are output.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int RandomPointsNumber { get; set; }

Property Value

Int32
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.RandomPoints.
See Also