Comments of the origin object that supports Comments
Comments
EX1
import PyOrigin wks = PyOrigin.ActiveLayer() wks.Comments = "for test" print(wks.Comments)
GetComments SetComments