-
Home
-
API
-
ProCad.Editing.Undo
-
CadUndoRecordOptions
CadUndoRecordOptions Class
Definition
Show inherited members (7)
public sealed record CadUndoRecordOptions(string? CommandId = null, string? Label = null, Guid? ActorId = default(Guid? ), CadUndoSource Source = CadUndoSource.Unknown, DateTimeOffset? TimestampUtc = default(DateTimeOffset? ), string? MergeKey = null, TimeSpan? MergeWindow = default(TimeSpan? )) : IEquatable<CadUndoRecordOptions>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (7)