Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

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

See Also