All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PathESSRessourcesSettingAtt (Object)

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


The interface to access a CATIAPathESSRessourcesSettingAtt.

Property Index

ResolvedSectionsPath
Returns or sets the ResolvedSectionsPath parameter.
SectionsCatalogPath
Returns or sets the SectionsCatalogPath parameter.
ThicknessListPath
Returns or sets the ThicknessListPath parameter.

Method Index

GetResolvedSectionsPathInfo
Retrieves environment informations for the ResolvedSectionsPath parameter.
GetSectionsCatalogPathInfo
Retrieves environment informations for the SectionsCatalogPath parameter.
GetThicknessListPathInfo
Retrieves environment informations for the ThicknessListPath parameter.
SetResolvedSectionsPathLock
Locks or unlocks the ResolvedSectionsPath parameter.
SetSectionsCatalogPathLock
Locks or unlocks the SectionsCatalogPath parameter.
SetThicknessListPathLock
Locks or unlocks the ThicknessListPath parameter.

Properties


o Property ResolvedSectionsPath() As CATBSTR
Returns or sets the ResolvedSectionsPath parameter.

Ensure consistency with the C++ interface to which the work is delegated.

o Property SectionsCatalogPath() As CATBSTR
Returns or sets the SectionsCatalogPath parameter.

Ensure consistency with the C++ interface to which the work is delegated.

o Property ThicknessListPath() As CATBSTR
Returns or sets the ThicknessListPath parameter.

Ensure consistency with the C++ interface to which the work is delegated.

Methods


o Func GetResolvedSectionsPathInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the ResolvedSectionsPath parameter.
Role:Retrieves the state of the ResolvedSectionsPath 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 GetSectionsCatalogPathInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the SectionsCatalogPath parameter.
Role:Retrieves the state of the SectionsCatalogPath 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 GetThicknessListPathInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the ThicknessListPath parameter.
Role:Retrieves the state of the ThicknessListPath 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 SetResolvedSectionsPathLock(boolean iLocked)
Locks or unlocks the ResolvedSectionsPath parameter.
Role:Locks or unlocks the ResolvedSectionsPath 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 SetSectionsCatalogPathLock(boolean iLocked)
Locks or unlocks the SectionsCatalogPath parameter.
Role:Locks or unlocks the SectionsCatalogPath 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 SetThicknessListPathLock(boolean iLocked)
Locks or unlocks the ThicknessListPath parameter.
Role:Locks or unlocks the ThicknessListPath 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.