<Code Lib>
2023 Method
Changes 0
M

Application.WriteJournalComment

Description:
Writes a comment to the Revit journal file.

public void WriteJournalComment(
	string comment,
	bool timeStamp
)

  • String
    comment
    Text for journal comment.
  • Boolean
    timeStamp
    If a time stamp should be included in the journal comment.

Loading…