WorkGeneralSettingAtt (Object)

Interface representing xxx.

Role: Components that implement DNBIAWorkGeneralSettingAtt are ...

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


Properties


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

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

Property DNBWINumColumnList() As
Returns the DNBWINumColumnList parameter.

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

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

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

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

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

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

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

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

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

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

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


Methods


Func GetAnnotationActivityInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the AnnotationActivity parameter.
Role:Retrieves the state of the AnnotationActivity 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 GetDNBWINumColumnListInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the DNBWINumColumnList parameter.
Role:Retrieves the state of the DNBWINumColumnList 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 GetMoveActivityInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the MoveActivity parameter.
Role:Retrieves the state of the MoveActivity 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 GetStyleSheetPathInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the StyleSheetPath parameter.
Role:Retrieves the state of the StyleSheetPath 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 GetTextActivityInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the TextActivity parameter.
Role:Retrieves the state of the TextActivity 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 GetViewPointActivityInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the ViewPointActivity parameter.
Role:Retrieves the state of the ViewPointActivity 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 GetVisibilityActivityInfo( ioAdminLevel, ioLocked) As
Retrieves environment informations for the VisibilityActivity parameter.
Role:Retrieves the state of the VisibilityActivity 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 SetAnnotationActivityLock( iLocked)
Locks or unlocks the AnnotationActivity parameter.
Role:Locks or unlocks the AnnotationActivity 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 SetDNBWINumColumnListLock( iLocked)
Sub SetMoveActivityLock( iLocked)
Locks or unlocks the MoveActivity parameter.
Role:Locks or unlocks the MoveActivity 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 SetStyleSheetPathLock( iLocked)
Locks or unlocks the StyleSheetPath parameter.
Role:Locks or unlocks the StyleSheetPath 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 SetTextActivityLock( iLocked)
Locks or unlocks the TextActivity parameter.
Role:Locks or unlocks the TextActivity 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 SetViewPointActivityLock( iLocked)
Locks or unlocks the ViewPointActivity parameter.
Role:Locks or unlocks the ViewPointActivity 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 SetVisibilityActivityLock( iLocked)
Locks or unlocks the VisibilityActivity parameter.
Role:Locks or unlocks the VisibilityActivity 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.