You are here: Start » AVL.NET » AVS.SaveGrayModel Method
AVS.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. |

