You are here: Start » FIL.NET » Invoke.SkipEmptyPoint3DGrid

Invoke.SkipEmptyPoint3DGrid

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DGridFil.Point3DGrid
outNotEmptyPoint3DGridFtl.Conditional<Fil.Point3DGrid>A copy of the input grid, if it is not empty, or Nil otherwise.
outIsNotEmptyboolIndication if the input grid is not empty.

See also