Okapi .NET Library

IFilterItem.GetCodeID Method 

 [This is preliminary documentation and subject to change.]

Gets the identifier for the code at the specified index.

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

Parameters

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

Return Value

The identifier of the specified inline code.

Remarks

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

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetCodeCount | GetCode | GetCodeLabel | GetCodeIndexFromID