Okapi .NET Library

IFilterItem.HasCoord Method 

 [This is preliminary documentation and subject to change.]

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;

Return Value

True if one or more of the coordinates member is different from 0, false if they are all set to 0.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace