Okapi .NET Library

IFilterItem.SetCY Method 

 [This is preliminary documentation and subject to change.]

Sets the CY coodinate of the item.

[Visual Basic]
Sub SetCY( _ 
   ByVal p_fValue As Single _ 
)
[C#]
void SetCY(
   float p_fValue
);
[C++]
void SetCY(
   float p_fValue
);
[JScript]
function SetCY(
   float p_fValue
);

Parameters

p_fValue
The new CY coordinate to set.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace