You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » FIL.RandomPoint

FIL.RandomPoint

Creates random point inside given box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RandomPoint
(
	FilNet.RandomState ioState,
	FilNet.Box inBox,
	int? inSeed,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
ioStateFilNet.RandomStateState of generator.
inBoxFilNet.BoxBounding box of generated point.
inSeedint?Random seed. Default value: ftl::NIL.
outPointFilNet.Point2D

Function Overrides

See also