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


Contains several properties and methods that are common to all derived interfaces.


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

Example

Remarks

Almost all objects that are stored in SOLIDWORKS PDM Professional's database inherit from this parent interface. See EmdObjectType for a list of all of the interfaces that inherit from IEdmObject5.

You can retrieve all objects inheriting from IEdmObject5 using IEdmVault5::GetObject if you know the type and the database ID.

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

Accessors

See Also