HtsCCPSettingAtt (Object)



Properties


Property AutomatizedCCP() As
Returns or sets the AutoCCP parameter.

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

Property CompassPos() As
Returns or sets the CompassPos parameter.

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

Property CurrentPos() As
Returns or sets the CurrentPos parameter.

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

Property FirstAct() As
Returns or sets the FirstAct parameter.

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

Property LastAct() As
Returns or sets the LastAct parameter.

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


Methods


Func GetAutoCCPInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the AutoCCP parameter.
Role:Retrieves the state of the AutoCCP 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.
Func GetCompassPosInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the CompassPos parameter.
Role:Retrieves the state of the CompassPos 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.
Func GetCurrentPosInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the CurrentPos parameter.
Role:Retrieves the state of the CurrentPos 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.
Func GetFirstActInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the FirstAct parameter.
Role:Retrieves the state of the FirstAct 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.
Func GetLastActInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the LastAct parameter.
Role:Retrieves the state of the LastAct 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.
Sub SetAutoCCPLock( iLocked)
Locks or unlocks the AutoCCP parameter.
Role:Locks or unlocks the AutoCCP 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.
Sub SetCompassPosLock( iLocked)
Locks or unlocks the CompassPos parameter.
Role:Locks or unlocks the CompassPos 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.
Sub SetCurrentPosLock( iLocked)
Locks or unlocks the CurrentPos parameter.
Role:Locks or unlocks the CurrentPos 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.
Sub SetFirstActLock( iLocked)
Locks or unlocks the FirstAct parameter.
Role:Locks or unlocks the FirstAct 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.
Sub SetLastActLock( iLocked)
Locks or unlocks the LastAct parameter.
Role:Locks or unlocks the LastAct 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.