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


Allows you to access an item in an IEdmRefItemContainer.
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 IEdmRefItem2 
   Inherits IEdmRefItem 
C# 
public interface IEdmRefItem2 : IEdmRefItem  
C++/CLI 
public interface class IEdmRefItem2 : public IEdmRefItem  

Remarks

This interface extends IEdmRefItem by providing the ability to get the old and new paths of references that have been moved or renamed by another client.

Accessors

See Also