You are here: Start » FIL.NET » FIS.FisFilter_MakePoint Method
FIS.FisFilter_MakePoint Method
Creates a point structure from individual fields.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakePoint ( float inX, float inY, out FilNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inX | float | Horizontal coordinate. | ||
![]() | inY | float | Vertical coordinate. | ||
![]() | outPoint | FilNet.Point2D |


