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

