Indexes   

HtsJointSpeedSettingsAtt (Object)

Interface representing xxx.

Role: Components that implement DNBIAHtsJointSpeedSettingAtt are ...

Do not use the DNBIAHtsJointSpeedSettingAtt interface for such and such ClassReference, Class#MethodReference, #InternalMethod...


Property Index

AllJointsSpeed
Returns or sets the JointSpeed parameter.
Rating
Returns or sets the Rating parameter.

Method Index

GetAllJointsSpeedInfo
Retrieves environment informations for the JointSpeed parameter.
GetRatingInfo
Retrieves environment informations for the Rating parameter.
SetAllJointsSpeedLock
Locks or unlocks the JointSpeed parameter.
SetRatingLock
Locks or unlocks the Rating parameter.

Properties


o Property AllJointsSpeed() As
Returns or sets the JointSpeed parameter.

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

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

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

Methods


o Func GetAllJointsSpeedInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the JointSpeed parameter.
Role:Retrieves the state of the JointSpeed 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 GetRatingInfo( ioAdminLevel,
ioLocked) As
Retrieves environment informations for the Rating parameter.
Role:Retrieves the state of the Rating 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 SetAllJointsSpeedLock( iLocked)
Locks or unlocks the JointSpeed parameter.
Role:Locks or unlocks the JointSpeed 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 SetRatingLock( iLocked)
Locks or unlocks the Rating parameter.
Role:Locks or unlocks the Rating 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.