Imports the data of a matching InfigoTemplate object.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ImportTemplate(
	InfigoTemplate template
)
Visual Basic (Declaration)
Public Function ImportTemplate ( _
	template As InfigoTemplate _
) As Boolean
Visual C++
public:
bool ImportTemplate(
	InfigoTemplate^ template
)

Parameters

template
Type: InfigoSDK..::.InfigoTemplate
The InfigoTemplate object to import. Please note, that the object must match the current open file.

Return Value

Returns true on success.

See Also