-
Home
-
API
-
ProCad.Core
-
IDxfTextService
-
Methods
-
TryLoadAsciiDxfAsync(Nullable, String?, Func>?, CancellationToken)
TryLoadAsciiDxfAsync(Nullable, String?, Func<CancellationToken, ValueTask>?, CancellationToken) Method
Definition
ValueTask<DxfTextLoadResult> TryLoadAsciiDxfAsync(CadFileFormat? format, string? path, Func<CancellationToken, ValueTask<Stream>>? openRead, CancellationToken cancellationToken)
Parameters
Returns