imaqReadMultipleGeometricPatternFile

NI Vision for LabWindows/CVI Function

imaqReadMultipleGeometricPatternFile

Usage

MultipleGeometricPattern* imaqReadMultipleGeometricPatternFile(const char* fileName, String255 description);

Purpose

Reads a multiple geometric pattern file.

Parameters

Name

Type

Description

fileName const char* The name of the file to read. This parameter is required and cannot be NULL.
description String255 The description of the multiple geometric pattern file. Set this parameter to NULL if you do not need this information.

Return Value

Type

Description

MultipleGeometricPattern* On success, this function returns a multiple geometric template. On failure, this function returns NULL. To get extended error information, call imaqGetLastError(). When you are finished with the return value, dispose of the pointer by calling imaqDispose().