Share via


LabelBulkEditor.modify Method

Definition

Overloads

modify(String, String)

Modifies the text and comment that are associated with a specified label ID.

modify(String, String, String)

modify(String, String)

Modifies the text and comment that are associated with a specified label ID.

public:
 bool modify(System::String ^ label, System::String ^ text);
public bool modify (string label, string text);
member this.modify : string * string -> bool
Public Function modify (label As String, text As String) As Boolean

Parameters

label
String

A string that specifies the comment that is associated with the label ID.

text
String

A string that specifies the comment that is associated with the label ID.

Returns

true if the label is modified; otherwise, false.

Applies to

modify(String, String, String)

public:
 bool modify(System::String ^ label, System::String ^ text, System::String ^ comment);
public bool modify (string label, string text, string comment);
member this.modify : string * string * string -> bool
Public Function modify (label As String, text As String, comment As String) As Boolean

Parameters

label
String
text
String
comment
String

A string that specifies the comment that is associated with the label ID.

Returns

Applies to