TDProject.CreateTDProject (TDProjectInfoParameters, Boolean, EntityID, DateTime, IDatabase) Method

Create a new 12d model project in the normal file system
Public Shared Function CreateTDProject( _ 
ByVal parameters As TDProjectInfoParameters, _ 
ByVal from_existing As Boolean, _ 
ByVal user_id As EntityID, _ 
ByVal initial_change_date As Date, _ 
ByVal db As IDatabase _ 
) As TDProjectInfo
This language is not supported or no code example is available.
public static TDProjectInfo CreateTDProject( 
TDProjectInfoParameters parameters, 
bool from_existing, 
EntityID user_id, 
DateTime initial_change_date, 
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static TDProjectInfo^ CreateTDProject( 
TDProjectInfoParameters^ parameters, 
bool from_existing, 
EntityID^ user_id, 
DateTime initial_change_date, 
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateTDProject( 
parameters : TDProjectInfoParameters, 
from_existing : boolean, 
user_id : EntityID, 
initial_change_date : DateTime, 
db : IDatabase 
) : TDProjectInfo;
This language is not supported or no code example is available.

Parameters

parameters
TDProjectInfoParameters

the parameters for creating 12d project

from_existing
bool

are we creating a project from existing files? if we are, we don't need to create the project header etc

user_id
EntityID

the user creating the project

initial_change_date
DateTime

<default>

db
IDatabase

the db db to use

Return Value

TDProjectInfo

the created info

.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