Get the path to a local 12d model project

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

Public Shared Function GetLocalTDProjectPath( _ 
ByVal td_project_id As EntityID
) As DataOperationResponse(Of String)
This language is not supported or no code example is available.
public static DataOperationResponse<string> GetLocalTDProjectPath( 
EntityID td_project_id 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<String^>^ GetLocalTDProjectPath( 
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 12d model project

Return Value

Type: DataOperationResponse<string>

the result of the operation, with the path

.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