imaqWriteMultipleGeometricPatternFile

NI Vision for LabWindows/CVI Function

imaqWriteMultipleGeometricPatternFile

Usage

int imaqWriteMultipleGeometricPatternFile(const MultipleGeometricPattern* multiplePattern, const char* fileName, const char* description);

Purpose

Writes a multiple geometric template to file.

Parameters

Name

Type

Description

multiplePattern const MultipleGeometricPattern* The multiple geometric template to write to file. This parameter is required and cannot be NULL.
fileName const char* The name of the file to write. This parameter is required and cannot be NULL.
description const char* A description of the classification session. Set this parameter to NULL if you do not need a description for this file.

Return Value

Type

Description

int On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError().