Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / IsValidVersion Method
The Eyeshot proprietary file format version to check.

In This Topic
    IsValidVersion Method
    In This Topic
    Checks if a version is a valid Eyeshot proprietary file format version.
    Syntax
    'Declaration
     
    Public Shared Function IsValidVersion( _
       ByVal version As Integer _
    ) As Boolean
    public static bool IsValidVersion( 
       int version
    )

    Parameters

    version
    The Eyeshot proprietary file format version to check.

    Return Value

    True when the version is supported, otherwise false.
    See Also