Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 709 Bytes

File metadata and controls

30 lines (23 loc) · 709 Bytes

SetCheckoutsComment

Description

Set the comment that will be used for checkouts and commits.

The Enter Comment dialogs will still be shown when a checkout or commit is done; the dialog will be prepopulated with the comment set with this command.

FUNCTION SetCheckoutsComment(comment : STRING): BOOLEAN;
def vs.SetCheckoutsComment(comment):
    return BOOLEAN

Parameters

Name Type Description
comment STRING The comment to replace any currently in use.

See Also

VS Functions: GetCheckoutsComment

Version

Availability: from Vectorworks 2016

Category