Get the id of a 12d model project belonging to a parent project

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetTDProjectID( _ 
ByVal parent_id As EntityID, _ 
ByVal parent_is_folder As Boolean, _ 
ByVal project_name As String, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID GetTDProjectID( 
EntityID parent_id
bool parent_is_folder
string project_name
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ GetTDProjectID( 
EntityID^ parent_id
bool parent_is_folder
String^ project_name
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetTDProjectID( 
parent_id : EntityID
parent_is_folder : boolean
project_name : String
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

parent_id
Type: EntityID

the id of the parent

parent_is_folder
Type: bool

whether or not the parent is a folder or a Job

project_name
Type: string

the name of the project

db
Type: IDatabase

the db connection to use

Return Value

Type: EntityID

the id of the 12d model project

.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