Offline a 12d model project to a local location

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

Public Shared Function OfflineTDProject( _ 
ByVal window As IWin32Window, _ 
ByVal td_project_id As EntityID, _ 
ByVal path_to_offline As String, _ 
ByVal offline_with_share_detection As Boolean
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse OfflineTDProject( 
IWin32Window window
EntityID td_project_id
string path_to_offline
bool offline_with_share_detection 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ OfflineTDProject( 
IWin32Window^ window
EntityID^ td_project_id
String^ path_to_offline
bool offline_with_share_detection 
)
This language is not supported or no code example is available.
public static function OfflineTDProject( 
window : IWin32Window
td_project_id : EntityID
path_to_offline : String
offline_with_share_detection : boolean 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

window
Type: IWin32Window

the parent window for any UI elements

td_project_id
Type: EntityID

the id of the 12d model project to offline

path_to_offline
Type: string

the location to offline

offline_with_share_detection
Type: bool

offline everything the 12d model project shares from

Return Value

Type: OperationResponse

the result of the operation

.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