OnAddInInput Method (IEdmCardViewCallback6)
Handles input from an add-in when an add-in button is clicked in the card view.
Syntax
Visual Basic (Declaration) | |
---|
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)
Example
Remarks
See Also
Availability
SOLIDWORKS Enterprise PDM Version 6.0