Create a 12d model project

Namespace: SynergyClientAPI.TDProjects
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function CreateTDProject( _ 
ByVal parameters As CreateTDProjectParameters, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As DataOperationResponse(Of TDProjectInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<TDProjectInfo> CreateTDProject( 
CreateTDProjectParameters parameters
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<TDProjectInfo^>^ CreateTDProject( 
CreateTDProjectParameters^ parameters
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

parameters
Type: CreateTDProjectParameters

Parameters regarding the 12d model project to create

waiter
Type: IASyncWait

an optional waiter - defaults to a blocking non waiter

Return Value

Type: DataOperationResponse<TDProjectInfo>

the result of the operation and info about the created project, if susccessful

.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