| Visual Basic | |
|---|---|
Sub GetToolbarItemIDs( _ ByRef ppoRetID() As System.Integer _ ) | |
| C# | |
|---|---|
void GetToolbarItemIDs( out System.int[] ppoRetID ) | |
| C++/CLI | |
|---|---|
void GetToolbarItemIDs( & [Out] System.array<int>^ ppoRetID ) | |
Parameters
- ppoRetID
- Array of IDs (see Remarks)
The toolbar buttons were added to SOLIDWORKS PDM Professional with the EdmMenuFlags.EdmMenu_HasToolbarButton flag specified in the call to IEdmCmdMgr5::AddCmd.
C++ programmers must remember to correctly create and destroy the returned SAFEARRAY of IDs to avoid errors.
Return code S_OK indicates that the method successfully executed.
Version 5.2 of SOLIDWORKS PDM Professional