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.| Visual Basic | |
|---|---|
Public Interface IEdmObject5 | |
| C# | |
|---|---|
public interface IEdmObject5 | |
| C++/CLI | |
|---|---|
public interface class IEdmObject5 | |
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).