OPC Labs EasyOPC-UA Library
AddComment Method
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAAlarmsAndConditionsClient Object : AddComment Method

Description
The AddComment Method is used to apply a comment to a specific state of a Condition instance.

 

DISPID (Dispatch ID):

 

For more information, see AddComment in .NET Reference.

Syntax
Visual Basic
Public Sub AddComment( _
   ByVal endpointDescriptor As Variant, _
   ByVal objectOrConditionNodeDescriptor As Variant, _
   ByVal eventId As Variant, _
   ByVal comment As String _
) 
Parameters
endpointDescriptor

objectOrConditionNodeDescriptor

eventId

comment

Return Type

See AddComment in .NET Reference.

Remarks

For remarks, see AddComment in .NET Reference.

Example

For examples, see AddComment in .NET Reference.

See Also

EasyUAAlarmsAndConditionsClient Object  | EasyUAAlarmsAndConditionsClient Members