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


Allows you to access an item.


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 IEdmItem 
   Inherits IEdmObject5 
C# 
public interface IEdmItem : IEdmObject5  
C++/CLI 
public interface class IEdmItem : public IEdmObject5  

Example

Remarks

This interface inherits from IEdmObject5.

To access this interface, you can:

  • Cast IEdmFileX objects to an IEdmItem pointer.
  • Call IEdmVault5::GetObject, setting eType to EdmObjectType.EdmObject_Item.

See the Programming Items topic for more information.

Accessors

See Also