Indexes   

MeasureSettingAtt (Object)

The interface to access a CATIAMeasureSettingAtt.

Property Index

BoxDisplay
Returns or sets the BoxDisplay parameter .
LineWidth
Returns or sets the LineWidth parameter.
PartUpdateStatus
Returns or sets the PartUpdateStatus parameter .
ProductUpdateStatus
Returns or sets the ProductUpdateStatus parameter .
TildeDisplay
Returns or sets the TildeDisplay parameter.

Method Index

GetBoxDisplayInfo
Retrieves environment informations for the BoxDisplay parameter.
GetLabelColorInfo
Retrieves environment informations for the LabelColor parameter.
GetLabelColor
Returns the LabelColor parameter.
GetLineWidthInfo
Retrieves environment informations for the LineWidth parameter.
GetPartUpdateStatusInfo
Retrieves environment informations for the PartUpdateStatus parameter.
GetProductUpdateStatusInfo
Retrieves environment informations for the ProductUpdateStatus parameter.
GetTextColorInfo
Retrieves environment informations for the TextColor parameter.
GetTextColor
Returns the TextColor parameter .
GetTildeDisplayInfo
Retrieves environment informations for the TildeDisplay parameter.
SetBoxDisplayLock
Locks or unlocks the BoxDisplay parameter.
SetLabelColorLock
Locks or unlocks the LabelColor parameter.
SetLabelColor
Sets the LabelColor parameter.
SetLineWidthLock
Locks or unlocks the LineWidth parameter.
SetPartUpdateStatusLock
Locks or unlocks the PartUpdateStatus parameter.
SetProductUpdateStatusLock
Locks or unlocks the ProductUpdateStatus parameter.
SetTextColorLock
Locks or unlocks the TextColor parameter.
SetTextColor
Sets the TextColor parameter .
SetTildeDisplayLock
Locks or unlocks the TildeDisplay parameter.

Properties


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

Measure label background is filled if BoxDisplay is True ; there are only borders if BoxDisplay is False.

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

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

The line width index, which ranges from 1 to 63.

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

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

Part is automatically updated if PartUpdateStatus is true.

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

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

Product is automatically updated if PartUpdateStatus is true.

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

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

If TildeDisplay is TRUE, a tilde displayed for approximate measurement.

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

Methods


o Func GetBoxDisplayInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the BoxDisplay parameter.
Role:Retrieves the state of the BoxDisplay 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 GetLabelColorInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the LabelColor parameter.
Role:Retrieves the state of the LabelColor 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 GetLabelColor( oR,
oG,
oB)
Returns the LabelColor parameter.

Parameters:
oR
the red component of the color.
oG
the green component of the color.
oB
the blue component of the color.

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

o Func GetLineWidthInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the LineWidth parameter.
Role:Retrieves the state of the LineWidth 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 GetPartUpdateStatusInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the PartUpdateStatus parameter.
Role:Retrieves the state of the PartUpdateStatus 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 GetProductUpdateStatusInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the ProductUpdateStatus parameter.
Role:Retrieves the state of the ProductUpdateStatus 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 GetTextColorInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the TextColor parameter.
Role:Retrieves the state of the TextColor 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 GetTextColor( oR,
oG,
oB)
Returns the TextColor parameter .

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

o Func GetTildeDisplayInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the TildeDisplay parameter.
Role:Retrieves the state of the TildeDisplay 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 SetBoxDisplayLock( iLocked)
Locks or unlocks the BoxDisplay parameter.
Role:Locks or unlocks the BoxDisplay 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 SetLabelColorLock( iLocked)
Locks or unlocks the LabelColor parameter.
Role:Locks or unlocks the LabelColor 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 SetLabelColor( iR,
iG,
iB)
Sets the LabelColor parameter.

Parameters:
oR
the red component of the color.
oG
the green component of the color.
oB
the blue component of the color.

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

o Sub SetLineWidthLock( iLocked)
Locks or unlocks the LineWidth parameter.
Role:Locks or unlocks the LineWidth 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 SetPartUpdateStatusLock( iLocked)
Locks or unlocks the PartUpdateStatus parameter.
Role:Locks or unlocks the PartUpdateStatus 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 SetProductUpdateStatusLock( iLocked)
Locks or unlocks the ProductUpdateStatus parameter.
Role:Locks or unlocks the Xxx 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 SetTextColorLock( iLocked)
Locks or unlocks the TextColor parameter.
Role:Locks or unlocks the TextColor 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 SetTextColor( iR,
iG,
iB)
Sets the TextColor parameter .

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

o Sub SetTildeDisplayLock( iLocked)
Locks or unlocks the TildeDisplay parameter.
Role:Locks or unlocks the TildeDisplay 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.