Imports the specified uml.

Namespace:  GrassValley.Mseries.DVCapture
Assembly:  GrassValley.Mseries.DVCapture (in GrassValley.Mseries.DVCapture.dll) Version: 1.0.0.0

Syntax

C#
public void Import(
	string uml,
	string sysVideoFmt
)
Visual Basic (Declaration)
Public Sub Import ( _
	uml As String, _
	sysVideoFmt As String _
)
Visual C++
public:
virtual void Import(
	String^ uml, 
	String^ sysVideoFmt
) sealed

Parameters

uml
Type: System..::.String
Uml.
sysVideoFmt
Type: System..::.String
Sys video FMT.

Implements

IDVCapture..::.Import(String, String)

See Also