All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

LanguageSheetSettingAtt (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SettingController
            |
            +---LanguageSheetSettingAtt
 


The interface to access a CATIALanguageSheetSettingAtt.

Property Index

KnowledgeBuildPathDirectory
Returns or sets the CATKnowledgeBuildPath setting parameter.
ListOfPackagesToLoad
Returns or sets the ListOfPackagesToLoad parameter.
LoadAllPackages
Returns or sets the LoadAllPackages parameter.
LoadExtendedLanguageLib
Returns or sets the LoadExtendedLanguageLib parameter.
ReferenceDirectoryForTypes
Returns or sets the ReferenceDirectoryForTypes parameter.

Method Index

GetKnowledgeBuildPathDirectoryInfo
Retrieves information about the CATKnowledgeBuildPath setting parameter.
GetListOfPackagesToLoadInfo
Retrieves information about the ListOfPackagesToLoad setting parameter.
GetLoadAllPackagesInfo
Retrieves information about the LoadAllPackages setting parameter.
GetLoadExtendedLanguageLibInfo
Retrieves information about the LoadExtendedLanguageLib setting parameter.
GetReferenceDirectoryForTypesInfo
Retrieves information about the ReferenceDirectoryForTypes setting parameter.
SetKnowledgeBuildPathDirectoryLock
Locks or unlocks the CATKnowledgeBuildPath setting parameter.
SetListOfPackagesToLoadLock
Locks or unlocks the ListOfPackagesToLoad setting parameter.
SetLoadAllPackagesLock
Locks or unlocks the LoadAllPackages setting parameter.
SetLoadExtendedLanguageLibLock
Locks or unlocks the LoadExtendedLanguageLib setting parameter.
SetReferenceDirectoryForTypesLock
Locks or unlocks the ReferenceDirectoryForTypes setting parameter.

Properties


o Property KnowledgeBuildPathDirectory() As CATBSTR
Returns or sets the CATKnowledgeBuildPath setting parameter.
Role:Return or Set the CATKnowledgeBuildPath parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oKnowledgeBuildPathDirectory
The knowledge build path directory: the path where all the resources are located.
o Property ListOfPackagesToLoad() As CATBSTR
Returns or sets the ListOfPackagesToLoad parameter.
Role:Return or Set the ListOfPackagesToLoad parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oListOfPackagesToLoad
The list of packages to load.
o Property LoadAllPackages() As short
Returns or sets the LoadAllPackages parameter.
Role:Return or Set the LoadAllPackages parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oLoadAllPackages
Legal values:
0 : to not load all packages
1 : to load all packages.
o Property LoadExtendedLanguageLib() As short
Returns or sets the LoadExtendedLanguageLib parameter.
Role:Return or Set the LoadExtendedLanguageLib parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oLoadExtendedLanguageLib
Legal values:
0 : to not use extended libraries
1 : to use extended libraries.
o Property ReferenceDirectoryForTypes() As CATBSTR
Returns or sets the ReferenceDirectoryForTypes parameter.
Role:Return or Set the ReferenceDirectoryForTypes parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.
Parameters:
oReferenceDirectoryForTypes
The reference directory for types.

Methods


o Func GetKnowledgeBuildPathDirectoryInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the CATKnowledgeBuildPath setting parameter.
Refer to
SettingController for a detailed description.
o Func GetListOfPackagesToLoadInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the ListOfPackagesToLoad setting parameter.
Refer to
SettingController for a detailed description.
o Func GetLoadAllPackagesInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the LoadAllPackages setting parameter.
Refer to
SettingController for a detailed description.
o Func GetLoadExtendedLanguageLibInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the LoadExtendedLanguageLib setting parameter.
Refer to
SettingController for a detailed description.
o Func GetReferenceDirectoryForTypesInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the ReferenceDirectoryForTypes setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetKnowledgeBuildPathDirectoryLock(boolean iLocked)
Locks or unlocks the CATKnowledgeBuildPath setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetListOfPackagesToLoadLock(boolean iLocked)
Locks or unlocks the ListOfPackagesToLoad setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetLoadAllPackagesLock(boolean iLocked)
Locks or unlocks the LoadAllPackages setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetLoadExtendedLanguageLibLock(boolean iLocked)
Locks or unlocks the LoadExtendedLanguageLib setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetReferenceDirectoryForTypesLock(boolean iLocked)
Locks or unlocks the ReferenceDirectoryForTypes setting parameter.
Refer to
SettingController for a detailed description.

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