Caps.NumberOfAdaptersInGroup Property (Microsoft.DirectX.Direct3D)
Retrieves the number of adapters in the current adapter group.
Definition
Visual Basic Public ReadOnly Property NumberOfAdaptersInGroup As Integer C# public int NumberOfAdaptersInGroup { get; } C++ public:
property int NumberOfAdaptersInGroup {
int get();
}JScript public function get NumberOfAdaptersInGroup() : int
Property Value
System.Int32
Number of adapters in the current adapter group.This property is read-only.
Remarks
If the current Caps object is associated with a conventional adapter, this property reports 1. It reports a value greater than 1 for the master adapter of a multihead card, and 0 for a subordinate adapter of a multihead card. Each card can have only one master, but many subordinates.