Angles.Outside Property

Language:

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

Definition

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

Property Value

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

This property is read/write. 

Remarks

This is the angle outside of which the sound is at its outside 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