Okapi .NET Library

IFilterItem.SetCX Method 

 [This is preliminary documentation and subject to change.]

Sets the CX coordinate of the item.

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

Parameters

p_fValue
The new CX coordinate to set.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace