CadBatchExportResult Class

Definition

public sealed record CadBatchExportResult(string? Path, string FileName, CadBatchExportFormat Format, Func<CancellationToken, ValueTask<Stream>> OpenWriteAsync) : IEquatable<CadBatchExportResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)