Gets the area of the region.

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

Syntax

C#
public Nullable<double> Area { get; set; }
Visual C++
public:
property Nullable<double> Area {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
F#
member Area : Nullable<float> with get, set

Remarks

The return value is NULL, unless simplified.

See Also