Okapi .NET Library

FilterAccess.GetParametersFileCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of default parameters files for a specified variant of a specified filter.

[Visual Basic]
Public Function GetParametersFileCount( _ 
   ByVal p_nFIndex As Integer, _ 
   ByVal p_nVIndex As Integer _ 
) As Integer
[C#]
public int GetParametersFileCount(
   int p_nFIndex,
   int p_nVIndex
);
[C++]
public: int GetParametersFileCount(
   int p_nFIndex,
   int p_nVIndex
);
[JScript]
public function GetParametersFileCount(
   int p_nFIndex,
   int p_nVIndex
): int;

Parameters

p_nFIndex
Index of the filter.
p_nVIndex
Index of the variant.

Return Value

The number of default parameters files.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace