You are here: Start » AVL.NET » Invoke.SkipEmptyPath
If the input path has at least one point, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SkipEmptyPath ( Avl.Path inPath, Conditional<Avl.Path> outNotEmptyPath, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | outNotEmptyPath | Atl.Conditional<Avl.Path> | A copy of the input path, if it is not empty, or Nil otherwise. | ||
![]()  | outIsNotEmpty | bool | Indication if the input path is not empty. | 


