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 | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | Input point 3D grid. | ||
![]() | inRow | int | <0, INF> | ||
![]() | inColumn | int | <0, INF> | ||
![]() | outPoint | FilNet.Point3D | Output point of the input grid. |