| Visual Basic | |
|---|---|
Sub OnAddInInput( _ ByVal lFlags As System.Integer _ ) | |
| C# | |
|---|---|
void OnAddInInput( System.int lFlags ) | |
| C++/CLI | |
|---|---|
void OnAddInInput( & System.int lFlags ) | |
Parameters
- lFlags
- Combination of EdmCardFlag bits from a button's add-in (see Remarks)
See the IEdmCardViewCallback6 examples.
When an add-in's button is clicked in a card view, IEdmAddIn5::OnCmd is called. lFlags contains the same data that is returned in ppoData (EdmCmdData::mlLongData1) of IEdmAddIn5::OnCmd.
This method allows you to act on the information provided by the button's add-in.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.0