Okapi .NET Library

IFilterItem.GetX Method 

 [This is preliminary documentation and subject to change.]

Gets the X coordinate of the item.

[Visual Basic]
Function GetX() As Single
[C#]
float GetX();
[C++]
float GetX();
[JScript]
function GetX(): float;

Return Value

The X coordinate of the item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace