You are here: Start » FIL.NET » FIS.LoadGrayModel Method
FIS.LoadGrayModel Method
Loads serialized template matching GrayModel object from FIDATA file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadGrayModel ( string inFilename, FilNet.GrayModel outGrayModel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFilename | string | Name of the source file. | ||
![]() | outGrayModel | FilNet.GrayModel | Deserialized output model. |