SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUpdateReferences Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmUpdateReferences Interface


Allows you to mend broken file references.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmUpdateReferences 
C# 
public interface IEdmUpdateReferences 
C++/CLI 
public interface class IEdmUpdateReferences 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation)

To mend broken file references from the user interface:

  1. Select a SOLIDWORKS file.
  2. Select Tools > Update References in the SOLIWORKS PDM Professional menu bar.

Accessors

See Also