Skip to content

IADLXDisplayList

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayList is an interface for a collection of IADLXDisplay interfaces that can be accessed by location.

InterfaceId:IADLXDisplayList
Smart Pointer Interface Name:IADLXDisplayListPtr
Inherits:IADLXList
Inherited By:N/A

Methods

MethodDescription
Add_BackAdds an interface to the end of a list.
AtReturns the reference counted interface at the requested location.

Requirements

Headerinclude “IDisplays.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the DisplayInfo C++ sample.

For a C application, refer to the DisplayInfo C sample.

For a C# application, refer to the DisplayInfo C# sample.

For a Java application, refer to the DisplayInfo Java sample.

For a Python application, refer to the DisplayInfo Python sample.

Subpages

  • Add_Back - Adds an interface to the end of a list.
  • At - Returns the reference counted interface at the requested location.

API Reference

This page references: