IGxPoint.IsEmpty

Syntax

IsEmpty: Boolean;

Description

The IsEmpty property returns whether the point has zero coordinates.

Comments

The property returns True if the point has the [0, 0] coordinates, and False if the point has come other coordinates.

See also:

IGxPoint