Share via


DeviceObjectInstance.ForceResolution Property (Microsoft.DirectX.DirectInput)

The force resolution of the actuator associated with this object. The returned value represents the number of gradations, or subdivisions, of the maximum force that can be expressed by the force-feedback system from 0 (no force) to maximum force.

Definition

Visual Basic Public Property ForceResolution As Integer
C# public int ForceResolution { get; set; }
C++ public:
property int ForceResolution {
        int get();
        void set(int value);
}
JScript public function get ForceResolution() : int
public function set ForceResolution(int);

Property Value

System.Int32

This property is read/write.