Okapi .NET Library

IFilterItem.SetLength Method 

 [This is preliminary documentation and subject to change.]

Sets the length of the text of the item in the input.

[Visual Basic]
Sub SetLength( _ 
   ByVal p_nValue As Integer _ 
)
[C#]
void SetLength(
   int p_nValue
);
[C++]
void SetLength(
   int p_nValue
);
[JScript]
function SetLength(
   int p_nValue
);

Parameters

p_nValue
The new length to set.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace