Sets/gets the path_r camera's focal [mm or pixel]

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

Syntax

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

See Also