You are here: Start » FIL.NET » FIS.FisFilter_GetSurfaceElement Method
FIS.FisFilter_GetSurfaceElement Method
Gets the value of a single point of a surface.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_GetSurfaceElement ( FilNet.Surface inSurface, FilNet.Location inLocation, out FilNet.Point3D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inLocation | FilNet.Location | Location of the surface point to be accessed. | ||
![]() | outPoint | FilNet.Point3D | Output point of the input surface. |


