You are here: Start » FIL.NET » Invoke.RandomPoint
Invoke.RandomPoint
Creates random point inside given box.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RandomPoint ( Fil.RandomState ioState, Fil.Box inBox, Optional<int> inSeed, out Fil.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.RandomState | State of generator. | |||
![]() | inBox | Fil.Box | Bounding box of generated point. | ||
![]() | inSeed | Ftl.Optional<int> | Random seed. Default value: ftl::NIL. | ||
![]() | outPoint | Fil.Point2D |