Serializer.IsValidVersion Method

Checks if a version is a valid Eyeshot proprietary file format version.
Public Shared Function IsValidVersion( _ 
ByVal version As Integer
) As Boolean
This language is not supported or no code example is available.
public static bool IsValidVersion( 
int version 
)
This language is not supported or no code example is available.

Parameters

version
int

The Eyeshot proprietary file format version to check.

Return Value

bool

True when the version is supported, otherwise false.

.NET Framework

Supported in: 4.8

In this article

Definition