Indicates whether at least one of the coordinates member is different from 0.
[Visual Basic] Function HasCoord() As Boolean [C#] bool HasCoord(); [C++] bool HasCoord(); [JScript] function HasCoord(): bool;
True if one or more of the coordinates member is different from 0, false if they are all set to 0.
IFilterItem Interface | Okapi.Library.Filter Namespace