Sets the value of a card variable created in the administration tool.
Syntax
Visual Basic (Declaration) | |
---|
Sub SetVar( _
ByVal lVarID As System.Integer, _
ByVal oValue As System.Object _
) |
C++/CLI | |
---|
void SetVar(
& System.int lVarID,
& System.Object^ oValue
) |
Parameters
- lVarID
- ID of the variable for which to set a value (see Remarks)
- oValue
- Value to set
Remarks
See Also
Availability
SolidWorks Enterprise PDM 2010