You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.SkipEmptySurfaceRegion
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
C++
C#
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 |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input region frame exceeds the input surface frame in SkipEmptySurfaceRegion. |


