You are here: Start » FIL.NET » FIS.FisFilter_GetPoint3DGridElement Method

FIS.FisFilter_GetPoint3DGridElement Method

Gets the value of a single point of a point 3D grid.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_GetPoint3DGridElement
(
	FilNet.Point3DGrid inPoint3DGrid,
	int inRow,
	int inColumn,
	out FilNet.Point3D outPoint
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGridInput point 3D grid.
inRowint<0, INF>
inColumnint<0, INF>
outPointFilNet.Point3DOutput point of the input grid.

See also