NOT USED YET Gets or sets the maxium depth in meters

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Field Value

The maxium depth.

See Also