Click or drag to resize

mEdmTaskInstanceSetVar 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)
Syntax
public void SetVar(
	Object oVarIDorName,
	Object oValue
)

Parameters

oVarIDorName
Type: SystemObject
ID or Name
oValue
Type: SystemObject
Value.

Implements

IEdmTaskInstance.SetVar(Object, Object)
See Also