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


Allows you to add or remove several item references all at once.


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

Example

Remarks

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

See the Programming Items topic for more information.

Accessors

See Also