Indexes   

TypeESSObjectSettingAtt (Object)

The interface to access a CATIATypeESSObjectSettingAtt.

Property Index

MemberTypes
Returns or sets the MemberTypes parameter.
PlateTypes
Returns or sets the PlateTypes parameter.

Method Index

GetMemberTypesInfo
Retrieves environment informations for the MemberTypes parameter.
GetPlateTypesInfo
Retrieves environment informations for the PlateTypes parameter.
SetMemberTypesLock
Locks or unlocks the MemberTypes parameter.
SetPlateTypesLock
Locks or unlocks the PlateTypes parameter.

Properties


o Property MemberTypes() As
Returns or sets the MemberTypes parameter.

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

o Property PlateTypes() As
Returns or sets the PlateTypes parameter.

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

Methods


o Func GetMemberTypesInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the MemberTypes parameter.
Role:Retrieves the state of the MemberTypes 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 GetPlateTypesInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the PlateTypes parameter.
Role:Retrieves the state of the PlateTypes 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 SetMemberTypesLock( iLocked)
Locks or unlocks the MemberTypes parameter.
Role:Locks or unlocks the MemberTypes 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 SetPlateTypesLock( iLocked)
Locks or unlocks the PlateTypes parameter.
Role:Locks or unlocks the PlateTypes 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.