All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

DevAnalysisSettingAtt (Object)

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


Interface to handle parameters of Infrastructure-DELMIA Infrastructure-Device Analysis Tools Options Tab page.
Role: This interface is implemented by a component which represents the controller of Device Analysis Tools Options parameter settings. Here is the list of parameters to use and their meaning:

Property Index

AccelColor
Returns or sets the AccelColor parameter.
AccelLimit
Returns or sets the AccelLimit parameter.
CautionColor
Returns or sets the CautionColor parameter.
CautionZone
Returns or sets the CautionZone parameter.
TravelColor
Returns or sets the TravelColor parameter.
TravelLimit
Returns or sets the TravelLimit parameter.
VelocityColor
Returns or sets the VelocityColor parameter.
VelocityLimit
Returns or sets the VelocityLimit parameter.

Method Index

GetAccelColorInfo
Retrieves environment informations for the AccelColor parameter.
GetAccelLimitInfo
Retrieves environment informations for the AccelLimit parameter.
GetCautionColorInfo
Retrieves environment informations for the CautionColor parameter.
GetCautionZoneInfo
Retrieves environment informations for the CautionZone parameter.
GetTravelColorInfo
Retrieves environment informations for the TravelColor parameter.
GetTravelLimitInfo
Retrieves environment informations for the TravelLimit parameter.
GetVelocityColorInfo
Retrieves environment informations for the VelocityColor parameter.
GetVelocityLimitInfo
Retrieves environment informations for the VelocityLimit parameter.
SetAccelColorLock
Locks or unlocks the AccelColor parameter.
SetAccelLimitLock
Locks or unlocks the AccelLimit parameter.
SetCautionColorLock
Locks or unlocks the CautionColor parameter.
SetCautionZoneLock
Locks or unlocks the CautionZone parameter.
SetTravelColorLock
Locks or unlocks the TravelColor parameter.
SetTravelLimitLock
Locks or unlocks the TravelLimit parameter.
SetVelocityColorLock
Locks or unlocks the VelocityColor parameter.
SetVelocityLimitLock
Locks or unlocks the VelocityLimit parameter.

Properties


o Property AccelColor() As CATSafeArrayVariant
Returns or sets the AccelColor parameter.

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

o Property AccelLimit() As DNBAnalysisLevel
Returns or sets the AccelLimit parameter.

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

o Property CautionColor() As CATSafeArrayVariant
Returns or sets the CautionColor parameter.

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

o Property CautionZone() As DNBAnalysisLevel
Returns or sets the CautionZone parameter.

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

o Property TravelColor() As CATSafeArrayVariant
Returns or sets the TravelColor parameter.

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

o Property TravelLimit() As DNBAnalysisLevel
Returns or sets the TravelLimit parameter.

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

o Property VelocityColor() As CATSafeArrayVariant
Returns or sets the VelocityColor parameter.

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

o Property VelocityLimit() As DNBAnalysisLevel
Returns or sets the VelocityLimit parameter.

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

Methods


o Func GetAccelColorInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the AccelColor parameter.
Role:Retrieves the state of the AccelColor 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 GetAccelLimitInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the AccelLimit parameter.
Role:Retrieves the state of the AccelLimit 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 GetCautionColorInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the CautionColor parameter.
Role:Retrieves the state of the CautionColor 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 GetCautionZoneInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the CautionZone parameter.
Role:Retrieves the state of the CautionZone 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 GetTravelColorInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the TravelColor parameter.
Role:Retrieves the state of the TravelColor 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 GetTravelLimitInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the TravelLimit parameter.
Role:Retrieves the state of the TravelLimit 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 GetVelocityColorInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the VelocityColor parameter.
Role:Retrieves the state of the VelocityColor 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 GetVelocityLimitInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves environment informations for the VelocityLimit parameter.
Role:Retrieves the state of the VelocityLimit 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 SetAccelColorLock(boolean iLocked)
Locks or unlocks the AccelColor parameter.
Role:Locks or unlocks the AccelColor 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 SetAccelLimitLock(boolean iLocked)
Locks or unlocks the AccelLimit parameter.
Role:Locks or unlocks the AccelLimit 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 SetCautionColorLock(boolean iLocked)
Locks or unlocks the CautionColor parameter.
Role:Locks or unlocks the CautionColor 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 SetCautionZoneLock(boolean iLocked)
Locks or unlocks the CautionZone parameter.
Role:Locks or unlocks the CautionZone 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 SetTravelColorLock(boolean iLocked)
Locks or unlocks the TravelColor parameter.
Role:Locks or unlocks the TravelColor 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 SetTravelLimitLock(boolean iLocked)
Locks or unlocks the TravelLimit parameter.
Role:Locks or unlocks the TravelLimit 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 SetVelocityColorLock(boolean iLocked)
Locks or unlocks the VelocityColor parameter.
Role:Locks or unlocks the VelocityColor 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 SetVelocityLimitLock(boolean iLocked)
Locks or unlocks the VelocityLimit parameter.
Role:Locks or unlocks the VelocityLimit 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.