All Frameworks  Object Hierarchy  This Framework  Indexes   

BehaviorSettingAtt (Object)

Enables attribute access to BKT options.

Property Index

BKTAccessRights
Returns or sets the BKTAccessRights parameter.
BKTBehaviorOperationMessage
Returns or sets the BKTBehaviorOperationMessage parameter.
BKTSpecificationTree
Returns or sets the BKTSpecificationTree parameter.

Method Index

GetBKTAccessRightsInfo
Retrieves environment informations for the BKTAccessRights parameter.
GetBKTBehaviorOperationMessageInfo
Retrieves environment informations for the BKTBehaviorOperationMessage parameter.
GetBKTSpecificationTreeInfo
Retrieves environment informations for the BKTSpecificationTree parameter.
SetBKTAccessRightsLock
Locks or unlocks the BKTAccessRights parameter.
SetBKTBehaviorOperationMessageLock
Locks or unlocks the BKTBehaviorOperationMessage parameter.
SetBKTSpecificationTreeLock
Locks or unlocks the BKTSpecificationTree parameter.

Properties


o 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
o 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
o 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


o 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.
o 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.
o 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.
o 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.
o 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.
o 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.

Copyright © 2003, Dassault Systèmes. All rights reserved.