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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outNotEmptySurfaceRegion | FilNet.INullable<FilNet.Region> | This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool |