Okapi .NET Library

IFilterItem.GetTextLength Method 

 [This is preliminary documentation and subject to change.]

Gets the character length of the text of the item for a specified format.

[Visual Basic]
Function GetTextLength( _ 
   ByVal p_nFormat As Integer _ 
) As Integer
[C#]
int GetTextLength(
   int p_nFormat
);
[C++]
int GetTextLength(
   int p_nFormat
);
[JScript]
function GetTextLength(
   int p_nFormat
): int;

Parameters

p_nFormat
Format in which to get the text. the value must be one of the FilterItemText values.

Return Value

The length of the text of the item in the specified format.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace