LoadGrayModel


Loads serialized template matching GrayModel object from AVDATA file.

Syntax

C++
C#
Python
 
def LoadGrayModel(
	inFilename: str,
	outGrayModel: GrayModel,
	/
)
-> None

Parameters

Name Type Default Description
Input value inFilename str Name of the source file
Output value outGrayModel GrayModel Deserialized output model