Okapi .NET Library

IFilterItem.SetX Method 

 [This is preliminary documentation and subject to change.]

Sets the X coordinate of the item.

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

Parameters

p_fValue
The new X coordinate to set.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace