unique Id of the Ellipsoid

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

Syntax

Visual Basic
Public Property Id As Integer
	Get
	Set
C#
public int Id { get; set; }
Visual C++
public:
property int Id {
	int get ();
	void set (int value);
}
JavaScript
function get_id();
function set_id(value);

See Also