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


Allows you to access items in file reference dialogs.


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 IEdmRefItemContainer 
C# 
public interface IEdmRefItemContainer 
C++/CLI 
public interface class IEdmRefItemContainer 

Example

Remarks

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

To access this interface, cast an IEdmBatchUnlock object to a pointer to IEdmRefItemContainer, or use QueryInterface in C++.

See Also