Used by XML serializer.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Cartesian PointU { get; set; }
Visual C++
public:
property Cartesian PointU {
	Cartesian get ();
	void set (Cartesian value);
}
F#
member PointU : Cartesian with get, set

See Also