Load a controller definition file
Namespace:
VideoRay.UtilAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool Load( string filename ) |
Visual Basic (Declaration) |
---|
Public Function Load ( _ filename As String _ ) As Boolean |
Visual C++ |
---|
public: bool Load( String^ filename ) |
Parameters
- filename
- Type: System..::.String