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

FIS.SkipEmptySurfaceRegion Method

If the input surface contains at least one valid point in a given region, then the region is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SkipEmptySurfaceRegion
(
	FilNet.Surface inSurface,
	FilNet.Region inRegion,
	INullable<FilNet.Region> outNotEmptySurfaceRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inRegionFilNet.RegionInput region.
outNotEmptySurfaceRegionFilNet.INullable<FilNet.Region> This parameter cannot be null.
outIsNotEmptybool

See also