BandwidthTimings.MaxBandwidthUtilized Property (Microsoft.DirectX.Direct3D)

Retrieves the bandwidth or maximum data transfer rate from the host CPU to the graphics processing unit (GPU). This is typically the bandwidth of the Peripheral Component Interconnect (PCI) or accelerated graphics port (AGP) bus which connects the CPU and the GPU.

Definition

Visual Basic Public ReadOnly Property MaxBandwidthUtilized As Single
C# public float MaxBandwidthUtilized { get; }
C++ public:
property float MaxBandwidthUtilized {
        float get();
}
JScript public function get MaxBandwidthUtilized() : float

Property Value

System.Single
A SingleLeave Site value that represents the bandwidth or maximum data transfer rate from the host CPU to the GPU.

This property is read-only.