Sets the Y coordinate of the item.
[Visual Basic] Sub SetY( _ ByVal p_fValue As Single _ ) [C#] void SetY( float p_fValue ); [C++] void SetY( float p_fValue ); [JScript] function SetY( float p_fValue );
IFilterItem Interface | Okapi.Library.Filter Namespace