Angles.Inside Property

Language:

Retrieves the inside angle of the sound projection cone, in degrees.

Definition

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

Property Value

System.Int32
The inside angle of the sound projection cone, in degrees.

This property is read/write. 

Remarks

This is the angle within which the sound is at its normal volume.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center