Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NShapeFactory Class / SaveToFile Method / SaveToFile(String,NLibraryFormat,NLibrarySaveSettings) Method


In This Topic
    SaveToFile(String,NLibraryFormat,NLibrarySaveSettings) Method
    In This Topic
    Creates a library from this shape factory and saves it to the specified library file.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SaveToFile( _
       ByVal file As System.String, _
       ByVal format As NLibraryFormat, _
       ByVal settings As NLibrarySaveSettings _
    ) 
    'Usage
     
    
    Dim instance As NShapeFactory
    Dim file As System.String
    Dim format As NLibraryFormat
    Dim settings As NLibrarySaveSettings
     
    instance.SaveToFile(file, format, settings)
    public virtual void SaveToFile( 
       System.string file,
       NLibraryFormat format,
       NLibrarySaveSettings settings
    )

    Parameters

    file
    format
    settings
    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