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


