Gets or sets the height of this RectangleD structure.

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

Syntax

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

Return Value

The height of this RectangleD structure.

See Also