Okapi .NET Library

IFilterItem.SetY Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_fValue
The new Y coordinate to set.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace