AddLine | Adds a line of text to the comment. |
GetLine | Retrieves the line of text from the comment specified by the Line parameter. |
RemoveLine | Removes a line of text from the comment. |
SetLine | Sets the line of comment text. |
Comment | STRING value representing the comment text. Since comments in PC-DMIS can be multi-line comments, this property represents the full text of all the lines. Each line is separated by ASCII character 13 and ASCII character 10 in that order. This is a read only property. To set individual lines of the comment use the SetLine method. To get individual lines of the comment use the GetLine method. |
CommentType | Returns the type of comment. |
ID | STRING value representing the ID of the comment. The ID is only used for comments of type INPUT and type YESNO. |
Input | STRING value representing the text input by the user for comments of type INPUT or YESNO. |