<Code Lib>
2025 Method
Changes 0
M

Application.WriteJournalComment

Description:
Writes a comment to the Revit journal file.

public void WriteJournalComment(
	string comment,
	bool timeStamp
)

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

Loading…