Okapi .NET Library

BaseUtilitySet.NeedRoot Method 

 [This is preliminary documentation and subject to change.]

Implements IUtilitySet.NeedRoot.

[Visual Basic]
Overridable Public Function NeedRoot( _ 
   ByVal p_nInputList As Integer _ 
) _
    Implements IUtilitySet.NeedRoot As Boolean
[C#]
public virtual bool NeedRoot(
   int p_nInputList
);
[C++]
public: virtual bool NeedRoot(
   int p_nInputList
);
[JScript]
public virtual function NeedRoot(
   int p_nInputList
): bool;

Implements

IUtilitySet.NeedRoot

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace