IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the user-friendly name of the interface. Corresponds to the INTERFACE_INFO_DISPLAYNAME command of "IFGetInfo" function.
Name |
InterfaceDisplayName |
Category |
|
Interface |
String |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
- |
Standard |
GenTL SFNC |
Availability uEye+ |
|
Availability uEye |
|
Code Example
C++
// Determine the current InterfaceDisplayName
std::string value = nodeMapInterface->FindNode<peak::core::nodes::StringNode>("InterfaceDisplayName")->Value();
C#
// Determine the current InterfaceDisplayName
string value = nodeMapInterface.FindNode<IDSImaging.Peak.API.Core.Nodes.StringNode>("InterfaceDisplayName").Value();
Python
# Determine the current InterfaceDisplayName (str)
value = nodeMapInterface.FindNode("InterfaceDisplayName").Value()