Gets/Sets the selected model.

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

Syntax

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

See Also