|
mEdmTaskPropertiesSetVar Method
|
Sets the value of a variable.
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic void SetVar(
int oVarIDorName,
Object oValue
)
Public Sub SetVar (
oVarIDorName As Integer,
oValue As Object
)
Parameters
- oVarIDorName
- Type: SystemInt32
ID or Name - oValue
- Type: SystemObject
Value.
Implements
IEdmTaskProperties.SetVar(Int32, Object)
See Also