BandwidthTimings.FrontEndUploadMemoryUtilizedPercent Property (Microsoft.DirectX.Direct3D)

Retrieves the bandwidth or maximum data transfer rate for uploading data from the host graphics processing unit (GPU) to the CPU.

Definition

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

Property Value

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

This property is read-only.