Back to Adaptive Vision Studio website
                
                    
		
	You are here: Start » Filter Reference » File System » LoadObject
Loads an object from a file.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inFile | File | Input file path. | 
![]()  | 
				inStreamMode | StreamMode | Binary or text format of the file. | 
![]()  | 
				outObject | T | Loaded object. | 
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- SaveObject – Saves an object to a file.
 


