EventDescription.Weight Property (Microsoft.DirectX.Direct3D)

Retrieves the track weight for the event.

Definition

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

Property Value

System.Single
Track weight for the event.

This property is read-only.