Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Long representing the line of text to be retrieved.
GetLine Method
Description
Retrieves the line of text from the comment specified by the Line parameter.
Syntax
Visual Basic
Public Function GetLine( _
   ByVal Line As Long _
) As String
Parameters
Line
Required Long representing the line of text to be retrieved.
Return Type
String value containing the line of comment text specified by the line parameter. If Line is greater than the number of current lines in the comment, the string will be empty.
See Also