Indexes   

KnowledgeSheetSettingAtt (Object)

The interface to access a CATIAKnowledgeSheetSettingAtt.
This interface may be used to read or modify in the CATIA\Tools\Option the settings values of Knowledge sheet.

Property Index

DesignTablesCopyData
Returns or sets the DesignTablesCopyData parameter.
DesignTablesSynchronization
Returns or sets the DesignTablesSynchronization parameter.
ParameterNameSurroundedByTheSymbol
Returns or sets the ParameterNameSurroundedByTheSymbol parameter.
ParameterTreeViewWithFormula
Returns or sets the ParameterTreeViewWithFormula parameter.
ParameterTreeViewWithValue
Returns or sets the ParameterTreeViewWithValue parameter.
RelationsUpdateInPartContextEvaluateDuringUpdate
Returns or sets the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
RelationsUpdateInPartContextSynchronousRelations
Returns or sets the RelationsUpdateInPartContextSynchronousRelations parameter.

Method Index

GetDesignTablesCopyDataInfo
Retrieves environment informations for the DesignTablesCopyData parameter.
GetDesignTablesSynchronizationInfo
Retrieves environment informations for the DesignTablesSynchronization parameter.
GetParameterNameSurroundedByTheSymbolInfo
Retrieves environment informations for the ParameterNameSurroundedByTheSymbol parameter.
GetParameterTreeViewWithFormulaInfo
Retrieves environment informations for the ParameterTreeViewWithFormula parameter.
GetParameterTreeViewWithValueInfo
Retrieves environment informations for the ParameterTreeViewWithValue parameter.
GetRelationsUpdateInPartContextEvaluateDuringUpdateInfo
Retrieves environment informations for the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
GetRelationsUpdateInPartContextSynchronousRelationsInfo
Retrieves environment informations for the RelationsUpdateInPartContextSynchronousRelations parameter.
SetDesignTablesCopyDataLock
Locks or unlocks the DesignTablesCopyData parameter.
SetDesignTablesSynchronizationLock
Locks or unlocks the DesignTablesSynchronization parameter.
SetParameterNameSurroundedByTheSymbolLock
Locks or unlocks the ParameterNameSurroundedByTheSymbol parameter.
SetParameterTreeViewWithFormulaLock
Locks or unlocks the ParameterTreeViewWithFormula parameter.
SetParameterTreeViewWithValueLock
Locks or unlocks the ParameterTreeViewWithValue parameter.
SetRelationsUpdateInPartContextEvaluateDuringUpdateLock
Locks or unlocks the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
SetRelationsUpdateInPartContextSynchronousRelationsLock
Locks or unlocks the RelationsUpdateInPartContextSynchronousRelations parameter.

Properties


o Property DesignTablesCopyData() As
Returns or sets the DesignTablesCopyData parameter.
Role:Return or Set the DesignTablesCopyData parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oDesignTablesCopyData
Legal values:
0 : default mode for design table : copy data into models
1 : default mode for design table : do not copy data into models.
o Property DesignTablesSynchronization() As
Returns or sets the DesignTablesSynchronization parameter.
Role:Return or Set the DesignTablesSynchronization parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oDesignTablesSynchronization
Legal values:
0 : automatic synchronization at load for design table
1 : interactive synchronization at load for design table
2 : manual synchronization for design table.
o Property ParameterNameSurroundedByTheSymbol() As
Returns or sets the ParameterNameSurroundedByTheSymbol parameter.
Role:Return or Set the ParameterNameSurroundedByTheSymbol parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oParameterNameSurroundedByTheSymbol
Legal values:
0 : to see parameter name not surrounded by the symbol "'"
1 : to see parameter name surrounded by the symbol "'".
o Property ParameterTreeViewWithFormula() As
Returns or sets the ParameterTreeViewWithFormula parameter.
Role:Return or Set the ParameterTreeViewWithFormula parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oParameterTreeViewWithFormula
Legal values:
0 : to see parameter tree view without formula
1 : to see parameter tree view with formula.
o Property ParameterTreeViewWithValue() As
Returns or sets the ParameterTreeViewWithValue parameter.
Role:Return or Set the ParameterTreeViewWithValue parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oParameterTreeViewWithValue
Legal values:
0 : to see parameter tree view without value
1 : to see parameter tree view with value.
o Property RelationsUpdateInPartContextEvaluateDuringUpdate() As
Returns or sets the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
Role:Return or Set the RelationsUpdateInPartContextEvaluateDuringUpdate parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oRelationsUpdateInPartContextEvaluateDuringUpdate
Legal values:
0 : creation of relations not evaluate during update
1 : creation of relations evaluate during update.
o Property RelationsUpdateInPartContextSynchronousRelations() As
Returns or sets the RelationsUpdateInPartContextSynchronousRelations parameter.
Role:Return or Set the RelationsUpdateInPartContextSynchronousRelations parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oRelationsUpdateInPartContextSynchronousRelations
Legal values:
0 : creation of unsynchronous relations
1 : creation of synchronous relations.

Methods


o Func GetDesignTablesCopyDataInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the DesignTablesCopyData parameter.
Role:Retrieves the state of the DesignTablesCopyData 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 GetDesignTablesSynchronizationInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the DesignTablesSynchronization parameter.
Role:Retrieves the state of the DesignTablesSynchronization 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 GetParameterNameSurroundedByTheSymbolInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ParameterNameSurroundedByTheSymbol parameter.
Role:Retrieves the state of the ParameterNameSurroundedByTheSymbol 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 GetParameterTreeViewWithFormulaInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ParameterTreeViewWithFormula parameter.
Role:Retrieves the state of the ParameterTreeViewWithFormula 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 GetParameterTreeViewWithValueInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ParameterTreeViewWithValue parameter.
Role:Retrieves the state of the ParameterTreeViewWithValue 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 GetRelationsUpdateInPartContextEvaluateDuringUpdateInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
Role:Retrieves the state of the RelationsUpdateInPartContextEvaluateDuringUpdate 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 GetRelationsUpdateInPartContextSynchronousRelationsInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the RelationsUpdateInPartContextSynchronousRelations parameter.
Role:Retrieves the state of the RelationsUpdateInPartContextSynchronousRelations 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 SetDesignTablesCopyDataLock( iLocked)
Locks or unlocks the DesignTablesCopyData parameter.
Role:Locks or unlocks the DesignTablesCopyData 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 SetDesignTablesSynchronizationLock( iLocked)
Locks or unlocks the DesignTablesSynchronization parameter.
Role:Locks or unlocks the DesignTablesSynchronization 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 SetParameterNameSurroundedByTheSymbolLock( iLocked)
Locks or unlocks the ParameterNameSurroundedByTheSymbol parameter.
Role:Locks or unlocks the ParameterNameSurroundedByTheSymbol 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 SetParameterTreeViewWithFormulaLock( iLocked)
Locks or unlocks the ParameterTreeViewWithFormula parameter.
Role:Locks or unlocks the ParameterTreeViewWithFormula 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 SetParameterTreeViewWithValueLock( iLocked)
Locks or unlocks the ParameterTreeViewWithValue parameter.
Role:Locks or unlocks the ParameterTreeViewWithValue 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 SetRelationsUpdateInPartContextEvaluateDuringUpdateLock( iLocked)
Locks or unlocks the RelationsUpdateInPartContextEvaluateDuringUpdate parameter.
Role:Locks or unlocks the RelationsUpdateInPartContextEvaluateDuringUpdate 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 SetRelationsUpdateInPartContextSynchronousRelationsLock( iLocked)
Locks or unlocks the RelationsUpdateInPartContextSynchronousRelations parameter.
Role:Locks or unlocks the RelationsUpdateInPartContextSynchronousRelations 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 © 2006, Dassault Systèmes. All rights reserved.