pycatia.navigator_interfaces.marker_setting_att

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.navigator_interfaces.marker_setting_att.MarkerSettingAtt(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
System.SettingController
MarkerSettingAtt

Interface to handle the Marker settings

The different settings are:

MarkerAutoUpdate
Update on product structure modifications and scenes
activation.


MarkerDefaultsColor


MarkerDefaultsWeight


MarkerDefaultsDashed


Marker2DAutoNaming


Marker3DAutoNaming


MarkerTextColor2D


MarkerTextWeight2D


MarkerTextDashed2D


MarkerTextDefaultsFont2D


MarkerTextDefaultsSize2D


MarkerTextColor3D


MarkerTextWeight3D


MarkerTextDashed3D


MarkerTextDefaultsFont3D


MarkerTextDefaultsSize3D
get_marker_2d_auto_naming_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarker2DAutoNamingInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the Marker2DAutoNaming
parameter.
Role:Retrieves the state of the Marker2DAutoNaming 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_3d_auto_naming_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarker3DAutoNamingInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the Marker3DAutoNaming
parameter.
Role:Retrieves the state of the Marker3DAutoNaming 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_defaults_color(o_red: int, o_green: int, o_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub GetMarkerDefaultsColor(long oRed,
long oGreen,
long oBlue)

Returns the default color of an annotation (oRed, oGreen, oBlue: RGB values
of the color).
Parameters:
  • o_red (int) –

  • o_green (int) –

  • o_blue (int) –

Return type:

None

get_marker_defaults_color_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerDefaultsColorInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsColor
parameter.
Role:Retrieves the state of the MarkerDefaultsColor 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_defaults_dashed_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerDefaultsDashedInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsDashed
parameter.
Role:Retrieves the state of the MarkerDefaultsDashed 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_defaults_weight_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerDefaultsWeightInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsWeight
parameter.
Role:Retrieves the state of the MarkerDefaultsWeight 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_color_2d(o_red: int, o_green: int, o_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub GetMarkerTextColor2D(long oRed,
long oGreen,
long oBlue)

Returns the default color of a 2D text annotation (oRed, oGreen, oBlue: RGB
values of the color).
Parameters:
  • o_red (int) –

  • o_green (int) –

  • o_blue (int) –

Return type:

None

get_marker_text_color_2d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextColor2DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextColor2D
parameter.
Role:Retrieves the state of the MarkerTextColor2D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_color_3d(o_red: int, o_green: int, o_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub GetMarkerTextColor3D(long oRed,
long oGreen,
long oBlue)

Returns the default color of a 3D text annotation (oRed, oGreen, oBlue: RGB
values of the color).
Parameters:
  • o_red (int) –

  • o_green (int) –

  • o_blue (int) –

Return type:

None

get_marker_text_color_3d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextColor3DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextColor3D
parameter.
Role:Retrieves the state of the MarkerTextColor3D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_dashed_2d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDashed2DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextDashed2D
parameter.
Role:Retrieves the state of the MarkerTextDashed2D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_dashed_3d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDashed3DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextDashed3D
parameter.
Role:Retrieves the state of the MarkerTextDashed3D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_defaults_font_2d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDefaultsFont2DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsFont2D
parameter.
Role:Retrieves the state of the MarkerDefaultsFont2D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_defaults_font_3d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDefaultsFont3DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsFont3D
parameter.
Role:Retrieves the state of the MarkerDefaultsFont3D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_defaults_size_2d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDefaultsSize2DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsSize2D
parameter.
Role:Retrieves the state of the MarkerDefaultsSize2D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_defaults_size_3d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextDefaultsSize3DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerDefaultsSize3D
parameter.
Role:Retrieves the state of the MarkerDefaultsSize3D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_weight_2d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextWeight2DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextWeight2D
parameter.
Role:Retrieves the state of the MarkerTextWeight2D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

get_marker_text_weight_3d_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func GetMarkerTextWeight3DInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves environment informations for the MarkerTextWeight3D
parameter.
Role:Retrieves the state of the MarkerTextWeight3D 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.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

property marker_2d_auto_naming: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Marker2DAutoNaming() As boolean

Returns or sets the activation state for 2D annotations automatic naming
(TRUE naming is automatic, FALSE the naming is not automatic).
Return type:

bool

property marker_3d_auto_naming: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Marker3DAutoNaming() As boolean

Returns or sets the activation state for 3D annotations automatic naming
(TRUE naming is automatic, FALSE the naming is not automatic).
Return type:

bool

property marker_defaults_dashed: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerDefaultsDashed() As long

Returns or sets the default dashed value of an annotation (oValue the
dashed value).
Return type:

int

property marker_defaults_weight: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerDefaultsWeight() As long

Returns or sets the default weight value of an annotation (oValue the
weight value).
Return type:

int

property marker_text_dashed_2d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDashed2D() As long

Returns or sets the default dashed value of a 2D text annotation (oValue
the dashed value).
Return type:

int

property marker_text_dashed_3d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDashed3D() As long

Returns or sets the default dashed value of a 3D text annotation (oValue
the dashed value).
Return type:

int

property marker_text_defaults_font_2d: str

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDefaultsFont2D() As CATBSTR

Returns or sets the default font of a 2D annotation (oValue the font name).
Return type:

str

property marker_text_defaults_font_3d: str

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDefaultsFont3D(CATBSTR iValue)

Returns or sets the default font of a 3D annotation (oValue the font name).
Return type:

str

property marker_text_defaults_size_2d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDefaultsSize2D() As long

Returns or sets the default size value of a 2d annotation (oValue the size
value)..
Return type:

int

property marker_text_defaults_size_3d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextDefaultsSize3D(long iValue)

Returns or sets the default size value of a 3d annotation (oValue the size
value)..
Return type:

int

property marker_text_weight_2d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextWeight2D() As long

Returns or sets the default weight value of a 2D text annotation (oValue
the weight value).
Return type:

int

property marker_text_weight_3d: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MarkerTextWeight3D(long iValue)

Returns or sets the default weight value of a 3D text annotation (oValue
the weight value).
Return type:

int

set_marker_2d_auto_naming_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarker2DAutoNamingLock(boolean iLocked)

Locks or unlocks the Marker2DAutoNaming parameter.
Role:Locks or unlocks the Marker2DAutoNaming 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_3d_auto_naming_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarker3DAutoNamingLock(boolean iLocked)

Locks or unlocks the Marker3DAutoNaming parameter.
Role:Locks or unlocks the Marker3DAutoNaming 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_defaults_color(i_red: int, i_green: int, i_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerDefaultsColor(long iRed,
long iGreen,
long iBlue)

Sets the default color of an annotation (iRed, iGreen, iBlue: RGB values
for the desired color)
Parameters:
  • i_red (int) –

  • i_green (int) –

  • i_blue (int) –

Return type:

None

set_marker_defaults_color_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerDefaultsColorLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsColor parameter.
Role:Locks or unlocks the MarkerDefaultsColor 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_defaults_dashed_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerDefaultsDashedLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsDashed parameter.
Role:Locks or unlocks the MarkerDefaultsDashed 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_defaults_weight_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerDefaultsWeightLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsWeight parameter.
Role:Locks or unlocks the MarkerDefaultsColor 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_color_2d(i_red: int, i_green: int, i_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextColor2D(long iRed,
long iGreen,
long iBlue)

Sets the default color of a 2D text annotation (iRed, iGreen, iBlue: RGB
values for the desired color).
Parameters:
  • i_red (int) –

  • i_green (int) –

  • i_blue (int) –

Return type:

None

set_marker_text_color_2d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextColor2DLock(boolean iLocked)

Locks or unlocks the MarkerTextColor2D parameter.
Role:Locks or unlocks the MarkerTextColor2D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_color_3d(i_red: int, i_green: int, i_blue: int) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextColor3D(long iRed,
long iGreen,
long iBlue)

Sets the default color of a 3D text annotation (iRed, iGreen, iBlue: RGB
values for the desired color).
Parameters:
  • i_red (int) –

  • i_green (int) –

  • i_blue (int) –

Return type:

None

set_marker_text_color_3d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextColor3DLock(boolean iLocked)

Locks or unlocks the MarkerTextColor3D parameter.
Role:Locks or unlocks the MarkerTextColor3D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_dashed_2d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDashed2DLock(boolean iLocked)

Locks or unlocks the MarkerTextDashed parameter.
Role:Locks or unlocks the MarkerTextDashed2D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_dashed_3d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDashed3DLock(boolean iLocked)

Locks or unlocks the MarkerTextDashed3D parameter.
Role:Locks or unlocks the MarkerTextDashed3D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_defaults_font_2d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDefaultsFont2DLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsFont2D parameter.
Role:Locks or unlocks the MarkerDefaultsFont2D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_defaults_font_3d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDefaultsFont3DLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsFont3D parameter.
Role:Locks or unlocks the MarkerDefaultsSize3D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_defaults_size_2d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDefaultsSize2DLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsSize2D parameter.
Role:Locks or unlocks the MarkerDefaultsSize3D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_defaults_size_3d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextDefaultsSize3DLock(boolean iLocked)

Locks or unlocks the MarkerDefaultsSize3D parameter.
Role:Locks or unlocks the MarkerDefaultsSize3D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_weight_2d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextWeight2DLock(boolean iLocked)

Locks or unlocks the MarkerTextWeight2D parameter.
Role:Locks or unlocks the MarkerTextWeight2D 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.
Parameters:

i_locked (bool) –

Return type:

None

set_marker_text_weight_3d_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub SetMarkerTextWeight3DLock(boolean iLocked)

Locks or unlocks the MarkerTextWeight3D parameter.
Role:Locks or unlocks the MarkerTextWeight3D 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.
Parameters:

i_locked (bool) –

Return type:

None