You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Basics » FIL.SkipEmptyPoint3DGrid

FIL.SkipEmptyPoint3DGrid

If the input Point3DGrid has at least one point defined, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyPoint3DGrid
(
	FilNet.Point3DGrid inPoint3DGrid,
	INullable<FilNet.Point3DGrid> outNotEmptyPoint3DGrid,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGrid
outNotEmptyPoint3DGridFilNet.INullable<FilNet.Point3DGrid>A copy of the input grid, if it is not empty, or Nil otherwise. This parameter cannot be null.
outIsNotEmptyboolIndication if the input grid is not empty.

See also