Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Long representing the line of text to be set.
Required String which is the text to be used to set the text for the line of the comment.
SetLine Method
Description
Sets the line of comment text.
Syntax
Visual Basic
Public Function SetLine( _
   ByVal Line As Long, _
   ByVal Text As String _
) As Boolean
Parameters
Line
Required Long representing the line of text to be set.
Text
Required String which is the text to be used to set the text for the line of the comment.
Return Type
Boolean value indicating success or failure of call to set the line of text. If Line is greater than the number of current lines in the comment, the call will fail.
See Also