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