Gets/sets the active eye

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public EActiveEye ActiveEye { get; set; }
Visual Basic (Declaration)
Public Property ActiveEye As EActiveEye
Visual C++
public:
property EActiveEye ActiveEye {
	EActiveEye get ();
	void set (EActiveEye value);
}

See Also