SOLIDWORKS PDM Professional API Help Send Feedback
EdmCmd Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmCmd Structure


Contains the kind of command issued and information common to all files and folders affected by the command.

Syntax

Visual Basic 
Public Structure EdmCmd 
   Inherits System.ValueType
C# 
public struct EdmCmd : System.ValueType 
C++/CLI 
public value class EdmCmd : public System.ValueType 

Example

struct EdmCmd{
   enum EdmCmdType meCmdType;
   integer mlParentWnd;
   integer mlCurrentFolderID;
   integer mlCmdID;
   IEdmVault5 *mpoVault;
   string mbsComment;
   integer mlEdmRefreshFlags;
   object *mpoExtra;
   boolean mbSilentMode;
   boolean mbCancel;
};

Example

Remarks

Returned by reference when an add-in's IEdmAddIn5::OnCmd is called by SOLIDWORKS PDM Professional.

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional