Properties
- Property BKTAccessRights() As
-
Returns or sets the BKTAccessRights parameter.
- Parameters:
-
- iBKTAccessRights
- oBKTAccessRights Legal values:
0 : User mode
1: Administrator mode
2: Expert mode dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure dd>
- Property BKTBehaviorOperationMessage() As
-
Returns or sets the BKTBehaviorOperationMessage parameter.
- Parameters:
-
- iBKTBehaviorOperationMessage
- oBKTBehaviorOperationMessage Legal values:
0 : No operation messages
1: with operation messages dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure dd>
- Property BKTSpecificationTree() As
-
Returns or sets the BKTSpecificationTree parameter.
- Parameters:
-
- iBKTSpecificationTree
- oBKTSpecificationTree Legal values:
0 : hides behaviors variables
1: displays behaviors variables dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure dd>
Methods
- Func GetBKTAccessRightsInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the BKTAccessRights parameter.
Role:Retrieves the state of the BKTAccessRights parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetBKTBehaviorOperationMessageInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the BKTBehaviorOperationMessage parameter.
Role:Retrieves the state of the BKTBehaviorOperationMessage parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetBKTSpecificationTreeInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the BKTSpecificationTree parameter.
Role:Retrieves the state of the BKTSpecificationTree parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Sub SetBKTAccessRightsLock( iLocked)
-
Locks or unlocks the BKTAccessRights parameter.
Role:Locks or unlocks the BKTAccessRights parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetBKTBehaviorOperationMessageLock( iLocked)
-
Locks or unlocks the BKTBehaviorOperationMessage parameter.
Role:Locks or unlocks the BKTBehaviorOperationMessage parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetBKTSpecificationTreeLock( iLocked)
-
Locks or unlocks the BKTSpecificationTree parameter.
Role:Locks or unlocks the BKTSpecificationTree parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>