Database.setModelNotes


setModelNotes(title)

Sets the multi-line notes for this model, as shown in model properties

titlestringTitle
Return valuenone 

Example


 notes = "Created by John Smith 01/01/2001"
 call database.setModelNotes(notes)

Back to Database

Back to Overview