You are here: Start » AVL.NET » AVL.SkipEmptyPath(AvlNet.Path, AvlNet.Path, bool)

AVL.SkipEmptyPath(AvlNet.Path, AvlNet.Path, bool)

If the input path has at least one point, then it is copied to the output; otherwise Nil is returned.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SkipEmptyPath(
	AvlNet.Path inPath,
	out AvlNet.Path outNotEmptyPath,
	out bool outIsNotEmpty
)

Parameters

inPath
Type: AvlNet.Path
Input path
outNotEmptyPath
Type: AvlNet.Path
A copy of the input path, if it is not empty, or Nil otherwise
outIsNotEmpty
Type: System.Boolean
Indication if the input path is not empty

See also