| Visual Basic | |
|---|---|
Sub OnCmd( _ ByRef poCmd As EdmCmd, _ ByRef ppoData() As EdmCmdData _ ) | |
| C# | |
|---|---|
void OnCmd( out EdmCmd poCmd, out EdmCmdData[] ppoData ) | |
| C++/CLI | |
|---|---|
void OnCmd( & [Out] EdmCmd poCmd, & [Out] array<EdmCmdData>^ ppoData ) | |
Parameters
- poCmd
- EdmCmd structure; command information common to all affected files and folders
- ppoData
- Array of EdmCmdData structures, one for each affected file or folder
See the IEdmAddin5 examples.
See the IEdmAddIn5 topic for more information.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 5.2 of SOLIDWORKS PDM Professional