F_VN_GetImageInfo

F_VN_GetImageInfo 1:

Gets a struct containing all common meta infos of the image. (Alternatively use interface method .GetImageInfo.)

Syntax

Definition:

FUNCTION F_VN_GetImageInfo : HRESULT
VAR_INPUT
    ipImage     : ITcVnImage;
END_VAR
VAR_IN_OUT
    stImageInfo : TcVnImageInfo;
END_VAR
VAR_INPUT
    hrPrev      : HRESULT;
END_VAR

F_VN_GetImageInfo 2: Inputs

Name

Type

Description

ipImage

ITcVnImage

Image

hrPrev

HRESULT

HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.)

F_VN_GetImageInfo 3: In/Outputs

Name

Type

Description

stImageInfo

TcVnImageInfo

Returns a struct describing the image

F_VN_GetImageInfo 4: Return value

HRESULT

Required License

TC3 Vision Base

System Requirements