You are here: Start » AVL.NET » AVL.SavePath Method
AVL.SavePath Method
Saves serialized Path object as avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SavePath( AvlNet.Path inPath, string inFilename )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Path to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

