Retrieve the comments from an object that supports Comments.
GetComments()
The comments text string
EX1
import PyOrigin #Assume a worksheet is active wks = PyOrigin.ActiveLayer() print('The wks comments: %s' % wks.GetComments())
SetComments