pycatia.knowledge_interfaces.language_sheet_setting_att¶
Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384
Warning
The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.
-
class
pycatia.knowledge_interfaces.language_sheet_setting_att.LanguageSheetSettingAtt(com_object)¶ Note
CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectSystem.SettingControllerLanguageSheetSettingAttThe interface to access a CATIALanguageSheetSettingAtt.-
get_knowledge_build_path_directory_info(io_admin_level: str, io_locked: str) → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func GetKnowledgeBuildPathDirectoryInfo(CATBSTRioAdminLevel,CATBSTR ioLocked) As booleanRetrieves information about the CATKnowledgeBuildPath settingparameter.Refer to SettingController for a detailed description.
- Parameters
io_admin_level (str) –
io_locked (str) –
- Returns
bool
- Return type
bool
-
get_list_of_packages_to_load_info(io_admin_level: str, io_locked: str) → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func GetListOfPackagesToLoadInfo(CATBSTR ioAdminLevel,CATBSTR ioLocked) As booleanRetrieves information about the ListOfPackagesToLoad settingparameter.Refer to SettingController for a detailed description.
- Parameters
io_admin_level (str) –
io_locked (str) –
- Returns
bool
- Return type
bool
-
get_load_all_packages_info(io_admin_level: str, io_locked: str) → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func GetLoadAllPackagesInfo(CATBSTR ioAdminLevel,CATBSTR ioLocked) As booleanRetrieves information about the LoadAllPackages settingparameter.Refer to SettingController for a detailed description.
- Parameters
io_admin_level (str) –
io_locked (str) –
- Returns
bool
- Return type
bool
-
get_load_extended_language_lib_info(io_admin_level: str, io_locked: str) → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func GetLoadExtendedLanguageLibInfo(CATBSTR ioAdminLevel,CATBSTR ioLocked) As booleanRetrieves information about the LoadExtendedLanguageLib settingparameter.Refer to SettingController for a detailed description.
- Parameters
io_admin_level (str) –
io_locked (str) –
- Returns
bool
- Return type
bool
-
get_reference_directory_for_types_info(io_admin_level: str, io_locked: str) → bool¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Func GetReferenceDirectoryForTypesInfo(CATBSTRioAdminLevel,CATBSTR ioLocked) As booleanRetrieves information about the ReferenceDirectoryForTypes settingparameter.Refer to SettingController for a detailed description.
- Parameters
io_admin_level (str) –
io_locked (str) –
- Returns
bool
- Return type
bool
-
property
knowledge_build_path_directory¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property KnowledgeBuildPathDirectory() As CATBSTRReturns or sets the CATKnowledgeBuildPath settingparameter.Role:Return or Set the CATKnowledgeBuildPath parameter if it is possible inthe current administrative context. In user mode this method will always returnE_FAIL.Parameters:oKnowledgeBuildPathDirectoryThe knowledge build path directory: the path where all theresources are located.
- Returns
str
- Return type
str
-
property
list_of_packages_to_load¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property ListOfPackagesToLoad() As CATBSTRReturns or sets the ListOfPackagesToLoad parameter.Role:Return or Set the ListOfPackagesToLoad parameter if it is possible inthe current administrative context. In user mode this method will always returnE_FAIL.Parameters:oListOfPackagesToLoadThe list of packages to load.
- Returns
str
- Return type
str
-
property
load_all_packages¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property LoadAllPackages() As shortReturns or sets the LoadAllPackages parameter.Role:Return or Set the LoadAllPackages parameter if it is possible in thecurrent administrative context. In user mode this method will always returnE_FAIL.Parameters:oLoadAllPackagesLegal values:0 : to not load all packages1 : to load all packages.
- Returns
int
- Return type
int
-
property
load_extended_language_lib¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property LoadExtendedLanguageLib() As shortReturns or sets the LoadExtendedLanguageLib parameter.Role:Return or Set the LoadExtendedLanguageLib parameter if it is possiblein the current administrative context. In user mode this method will alwaysreturn E_FAIL.Parameters:oLoadExtendedLanguageLibLegal values:0 : to not use extended libraries1 : to use extended libraries.
- Returns
int
- Return type
int
-
property
reference_directory_for_types¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property ReferenceDirectoryForTypes() As CATBSTRReturns or sets the ReferenceDirectoryForTypes parameter.Role:Return or Set the ReferenceDirectoryForTypes parameter if it ispossible in the current administrative context. In user mode this method willalways return E_FAIL.Parameters:oReferenceDirectoryForTypesThe reference directory for types.
- Returns
str
- Return type
str
-
set_knowledge_build_path_directory_lock(i_locked: bool) → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetKnowledgeBuildPathDirectoryLock(boolean iLocked)Locks or unlocks the CATKnowledgeBuildPath settingparameter.Refer to SettingController for a detailed description.
- Parameters
i_locked (bool) –
- Returns
None
- Return type
None
-
set_list_of_packages_to_load_lock(i_locked: bool) → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetListOfPackagesToLoadLock(boolean iLocked)Locks or unlocks the ListOfPackagesToLoad settingparameter.Refer to SettingController for a detailed description.
- Parameters
i_locked (bool) –
- Returns
None
- Return type
None
-
set_load_all_packages_lock(i_locked: bool) → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetLoadAllPackagesLock(boolean iLocked)Locks or unlocks the LoadAllPackages setting parameter.Refer to SettingController for a detailed description.
- Parameters
i_locked (bool) –
- Returns
None
- Return type
None
-
set_load_extended_language_lib_lock(i_locked: bool) → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetLoadExtendedLanguageLibLock(boolean iLocked)Locks or unlocks the LoadExtendedLanguageLib settingparameter.Refer to SettingController for a detailed description.
- Parameters
i_locked (bool) –
- Returns
None
- Return type
None
-
set_reference_directory_for_types_lock(i_locked: bool) → None¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
- o Sub SetReferenceDirectoryForTypesLock(boolean iLocked)Locks or unlocks the ReferenceDirectoryForTypes settingparameter.Refer to SettingController for a detailed description.
- Parameters
i_locked (bool) –
- Returns
None
- Return type
None
-