<Code Lib>
2025.3 Method
Changes 0
M

ControlledApplication.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…