You are here: Start » FIL.NET » FIS.SkipEmptySurface Method
FIS.SkipEmptySurface Method
If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SkipEmptySurface ( FilNet.Surface inSurface, INullable<FilNet.Surface> outNotEmptySurface, out bool outIsNotEmpty )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outNotEmptySurface | FilNet.INullable<FilNet.Surface> | A copy of the input surface, if it is not empty, or Nil otherwise. This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool | Indication if the input surface is not empty. |