NevronOpenVision
Nevron.Nov.Formats.Dxf Namespace / NDxfDocument Class / Save Method / Save(String,Function,Function<Exception>) Method
The full path to the file to save to.
Called if the file has been successfully saved. Can be null.
Called if an error occurs. Can be null.
In This Topic
    Save(String,Function,Function<Exception>) Method
    In This Topic
    Saves this DXF document to the given file.
    Syntax
    public void Save( 
       System.string fileName,
       Function successCallback,
       Nevron.Nov.Function<Exception> failCallback
    )

    Parameters

    fileName
    The full path to the file to save to.
    successCallback
    Called if the file has been successfully saved. Can be null.
    failCallback
    Called if an error occurs. Can be null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also