TDProject.ResetProjectID Method

Reset the 12d Project ID for a given project
Public Shared Sub ResetProjectID( _ 
ByVal td_project_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void ResetProjectID( 
EntityID td_project_id
EntityID user_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void ResetProjectID( 
EntityID^ td_project_id
EntityID^ user_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function ResetProjectID( 
td_project_id : EntityID
user_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

td_project_id
EntityID

the id of the project

user_id
EntityID

db
IDatabase

the db db to use

.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