Adds an operator comment to the current spc value
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void AddOperatorComment(
SpcDataValue value,
string message,
string username,
Action<StatusCode, Object> callback
) |
Visual Basic |
---|
Public Sub AddOperatorComment ( _
value As SpcDataValue, _
message As String, _
username As String, _
callback As Action(Of StatusCode, Object) _
) |
JScript |
---|
public function AddOperatorComment(
value : SpcDataValue,
message : String,
username : String,
callback : Action<StatusCode, Object>
) |
Parameters
- value
- Type: SpcDataValue
The SpcDataValue where the annotation will be added
- message
- Type: System..::..String
The annotation message
- username
- Type: System..::..String
The user that created the annotation
- callback
- Type: System..::..Action<(Of <(<'StatusCode, Object>)>)>
The callback which is invoked when the operation is done
See Also