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

