Gets the value of a card variable created in the administration tool and set by
IEdmTaskProperties::SetVar.
Syntax
Visual Basic (Declaration) | |
---|
Function GetVar( _
ByVal lVarID As System.Integer _
) As System.Object |
C# | |
---|
System.object GetVar(
System.int lVarID
) |
C++/CLI | |
---|
System.Object^ GetVar(
& System.int lVarID
) |
Parameters
- lVarID
- ID of variable for which to get a value
Return Value
Value of a card variable
Remarks
See Also
Availability
SolidWorks Enterprise PDM 2010