Hide Table of Contents
ForceReleaseLocks Method (IModelDoc2)

Releases the locks that a file system places on a file when it is opened and detaches that file from the file system.

.NET Syntax

Visual Basic (Declaration) 
Function ForceReleaseLocks() As System.Integer
Visual Basic (Usage) 
Dim instance As IModelDoc2
Dim value As System.Integer
 
value = instance.ForceReleaseLocks()
C# 
System.int ForceReleaseLocks()
C++/CLI 
System.int ForceReleaseLocks(); 

Return Value

1 if locks are released, 0 if not

Remarks

This method only supports part and assembly documents; it does not support drawing documents. See ISldWorks::CloseAndReopen for details about closing and reopening a drawing document without unloading its references from memory.

You must call IModelDoc2::ReloadOrReplace after calling IModelDoc2::ForceReleaseLocks to re-attach the detached file to the file system. If you do not call IModelDoc2::ReloadOrReplace after calling IModelDoc2::ForceReleaseLocks, then you will experience problems with OLE objects (e.g., design tables). 

IModelDoc2::ReloadOrReplace re-attaches the detached file to the file system; however, any changes made to the detached file are not preserved unless you save the file to disk before calling IModelDoc2::ReloadOrReplace.

CAUTION: This method is intended to be used by PDM systems. Using this method incorrectly could corrupt your data.

 

See Also

Availability

SOLIDWORKS 2003 FCS, Revision Number 11.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   ForceReleaseLocks Method (IModelDoc2)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2015 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.