CadUndoRecordOptions Class

Definition

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)