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
inXfloatHorizontal coordinate.
inYfloatVertical coordinate.
outPointFilNet.Point2D

See also