Insert
- Last UpdatedNov 17, 2021
- 1 minute read
The Insert method inserts a value for a manual tag.
Syntax
[Result=] aaHistClientSingleValueEntry.Insert();
Return Value
Returns True if the value was inserted; otherwise returns False.
Remarks
This method has the same effect as a runtime user clicking the Insert button on the control interface.
If this method returns False, use the LastOperationResult, LastErrorMessage, and LastErrorDetails properties to determine the cause of the failure.