Get the version of a 12d model project file - this won't handle long paths, so don't use this on the server

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Shared Function GetTDProjectVersion( _ 
ByVal proj_path As String
) As Integer
This language is not supported or no code example is available.
public static int GetTDProjectVersion( 
string proj_path 
)
This language is not supported or no code example is available.
public:  
static int GetTDProjectVersion( 
String^ proj_path 
)
This language is not supported or no code example is available.
public static function GetTDProjectVersion( 
proj_path : String 
) : int;
This language is not supported or no code example is available.

Parameters

proj_path
Type: string

<default>

Return Value

Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1