IMAQdxGetAttributeDisplayNameCW

NI-IMAQdx Function Reference

IMAQdxGetAttributeDisplayNameCW

Format

IMAQdxGetAttributeDisplayNameCW (id As IMAQdxSession, name As String, displayName As String) As IMAQdxError

Purpose

Gets the display name for the camera attribute. The display name is a human readable version of the attribute name.

Parameters

Parameter Type Description
id IMAQdxSession A valid Session ID, which you can obtain using IMAQdxOpenCamera.
name String The name of the attribute whose display name you want to get. Refer to Attribute Name for a list of attributes.
displayName String (passed by reference) The display name 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.