Do a local rollback

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

Public Shared Function LocalRollback( _ 
ByVal td_project_id As EntityID, _ 
ByVal version_to_rollback_to As Integer, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse LocalRollback( 
EntityID td_project_id
int version_to_rollback_to
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ LocalRollback( 
EntityID^ td_project_id
int version_to_rollback_to
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function LocalRollback( 
td_project_id : EntityID
version_to_rollback_to : int
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

td_project_id
Type: EntityID

the id fo the 12d model project

version_to_rollback_to
Type: int

the version to rollback to

waiter
Type: IASyncWait

an optional wait tool - defaults to a non ui blocking wait

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