Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / SaveView Method / SaveView(String,Encoding) Method

In This Topic
    SaveView(String,Encoding) Method
    In This Topic
    Saves a View of C1Gauge into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveView( _
       ByVal fileName As System.String, _
       ByVal encoding As System.Text.Encoding _
    ) 
    public void SaveView( 
       System.string fileName,
       System.Text.Encoding encoding
    )

    Parameters

    fileName
    encoding
    See Also