All Frameworks  Object Hierarchy  This Framework  Indexes  Previous Next  

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 boolean
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 short
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 boolean
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 boolean
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 boolean
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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(long oR,
long oG,
long 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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(long oR,
long oG,
long oB)
Returns the TextColor parameter .

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

o Func GetTildeDisplayInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
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(boolean 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(boolean 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(long iR,
long iG,
long 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(boolean 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(boolean 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(boolean 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(boolean 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(long iR,
long iG,
long iB)
Sets the TextColor parameter .

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

o Sub SetTildeDisplayLock(boolean 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 © 2003, Dassault Systèmes. All rights reserved.