IMAQdxGetAttributeTooltipCW

NI-IMAQdx Function Reference

IMAQdxGetAttributeTooltipCW

Format

IMAQdxGetAttributeTooltipCW (id As IMAQdxSession, name As String, tooltip As String) As IMAQdxError

Purpose

Gets the tooltip for the camera attribute.

Parameters

Parameter Type Description
id IMAQdxSession A valid Session ID, which you can obtain using IMAQdxOpenCamera.
name String The name of the attribute whose tooltip you want to get. Refer to Attribute Name for a list of attributes.
tooltip String (passed by reference) The tooltip of the specified attributes when the function returns.

Return Value

On success, this function returns IMAQdxErrorSuccess. On failure, this function returns an error code. You can obtain a more detailed error message with IMAQdxGetErrorStringCW.