Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves and sets whether the speakers are directed over an arc of 180 degrees.
Definition
Visual Basic Public Property GeometryMax As Boolean C# public bool GeometryMax { get; set; } C++ public:
property bool GeometryMax {
bool get();
void set(bool value);
}JScript public function get GeometryMax() : boolean
public function set GeometryMax(boolean);
Property Value
System.Boolean
A value set to true if the speakers are directed over an arc of 180 degrees; otherwise, false.This property is read/write.