Okapi .NET Library

IFilterItem.GetCodeLabel Method 

 [This is preliminary documentation and subject to change.]

Gets the label for the code at the specified index.

[Visual Basic]
Function GetCodeLabel( _ 
   ByVal p_nIndex As Integer _ 
) As String
[C#]
string GetCodeLabel(
   int p_nIndex
);
[C++]
String* GetCodeLabel(
   int p_nIndex
);
[JScript]
function GetCodeLabel(
   int p_nIndex
): String;

Parameters

p_nIndex
Index of the code to query. The value must be between 0 and GetCodeCount-1.

Return Value

The label of the specified inline code.

Remarks

Use this method to retrieve the label of a given inline code.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetCodeCount | GetCode | GetCodeID