Caps.AdapterOrdinalInGroup Property (Microsoft.DirectX.Direct3D)
Retrieves a number that indicates the order in which heads are referenced by the application programming object.
Definition
Visual Basic Public ReadOnly Property AdapterOrdinalInGroup As Integer C# public int AdapterOrdinalInGroup { get; } C++ public:
property int AdapterOrdinalInGroup {
int get();
}JScript public function get AdapterOrdinalInGroup() : int
Property Value
System.Int32
An Int32 value that indicates the order in which heads are referenced by the application programming object.This property is read-only.
Remarks
The master adapter always sets AdapterOrdinalInGroup to 0. These values do not correspond to the adapter ordinals passed to the Manager. They apply only to heads within a group.