Load a controller definition file

Namespace:  VideoRay.Util
Assembly:  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

Return Value

Success or Failure

See Also