SetCaseDefinition.1 |
Scroll |
Sets the case definition number.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCaseDefinition ( _ nCaseDefinitionNo As Integer, _ pServer As TheServer _ ) C# public virtual void SetCaseDefinition ( int nCaseDefinitionNo, TheServer pServer )
Parameters nCaseDefinitionNo Case definition number for the index data.
pServer A valid and connected TheServer object.
Return Value None. |
|