TDProject.CreateTDProject (TDProjectInfoParameters, Boolean, EntityID, DateTime, IDatabase) Method
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.
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
TDProjectInfothe created info