BehaviorSettingAtt (Object)

Enables attribute access to BKT options.

Properties


Property BKTAccessRights() As
Returns or sets the BKTAccessRights parameter.
Parameters:
iBKTAccessRights
oBKTAccessRights Legal values:
0 : User mode
1: Administrator mode
2: Expert mode
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Property BKTBehaviorOperationMessage() As
Returns or sets the BKTBehaviorOperationMessage parameter.
Parameters:
iBKTBehaviorOperationMessage
oBKTBehaviorOperationMessage Legal values:
0 : No operation messages
1: with operation messages
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure
Property BKTSpecificationTree() As
Returns or sets the BKTSpecificationTree parameter.
Parameters:
iBKTSpecificationTree
oBKTSpecificationTree Legal values:
0 : hides behaviors variables
1: displays behaviors variables
Returns:
Legal values:
S_OK : on Success
E_FAIL: on failure

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.
ioLocked
Indicates if the parameter has been locked.
Returns:
Indicates if the parameter has been explicitly modified or remain to the administrated value.
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.
ioLocked
Indicates if the parameter has been locked.
Returns:
Indicates if the parameter has been explicitly modified or remain to the administrated value.
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.
ioLocked
Indicates if the parameter has been locked.
Returns:
Indicates if the parameter has been explicitly modified or remain to the administrated value.
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.
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.
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.