Get information about a 12d model project

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

Public Shared Function GetTDProjectInfo( _ 
ByVal td_project_id As EntityID
) As DataOperationResponse(Of TDProjectInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<TDProjectInfo> GetTDProjectInfo( 
EntityID td_project_id 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<TDProjectInfo^>^ GetTDProjectInfo( 
EntityID^ td_project_id 
)
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

td_project_id
Type: EntityID

the id of the project to get info about

Return Value

Type: DataOperationResponse<TDProjectInfo>

the result of the operation and the info, if available

.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