Indexes   

MaterialESSObjectSettingAtt (Object)

The interface to access a CATIAMaterialESSObjectSettingAtt.

Property Index

MemberMaterial
Returns or sets the MemberMaterial parameter.
PlateMaterial
Returns or sets the PlateMaterial parameter.

Method Index

GetMemberMaterialInfo
Retrieves environment informations for the MemberMaterial parameter.
GetPlateMaterialInfo
Retrieves environment informations for the PlateMaterial parameter.
SetMemberMaterialLock
Locks or unlocks the MemberMaterial parameter.
SetPlateMaterialLock
Locks or unlocks the PlateMaterial parameter.

Properties


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

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

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

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

Methods


o Func GetMemberMaterialInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the MemberMaterial parameter.
Role:Retrieves the state of the MemberMaterial 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 GetPlateMaterialInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the PlateMaterial parameter.
Role:Retrieves the state of the PlateMaterial 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 SetMemberMaterialLock( iLocked)
Locks or unlocks the MemberMaterial parameter.
Role:Locks or unlocks the MemberMaterial 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 SetPlateMaterialLock( iLocked)
Locks or unlocks the PlateMaterial parameter.
Role:Locks or unlocks the PlateMaterial 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.