TDProjectVersionHelper.GetTDProjectVersion Method

Get the version of a 12d model project file - this won't handle long paths, so don't use this on the server
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
string

<default>

Return Value

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

In this article

Definition