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


Allows you to access a file changing state.


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

Example

Remarks

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

A pointer to this interface is provided by SOLIDWORKS PDM Professional when one of the add-in's hooks or menu commands is executed. IEdmAddIn5::OnCmd's ppoData (EdmCmdData.mpoExtra) contains the pointer to the interface. Within your implementation of IEdmAddIn5::OnCmd, use this pointer to get the properties of the file changing state.

Accessors

See Also