Okapi .NET Library

IFilterItem.GetY Method 

 [This is preliminary documentation and subject to change.]

Gets the Y coordinate of the item.

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

Return Value

The Y coordinate of the item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace