LuaPart.SetLabelBold Method

PartProxy

LuaPartSetLabelBold Method

Set the label BOLD attribute

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetLabelBold(
	bool val
)
Public Sub SetLabelBold ( 
	val As Boolean
)
public:
void SetLabelBold(
	bool val
)
member SetLabelBold : 
        val : bool -> unit 

Parameters

val
Type: SystemBoolean
if set to true [value].
See Also