Click or drag to resize

mEdmTaskInstanceGetVar Method

Returns the value of a variable. Use SetVar(Object, Object) to set the variable.

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Object GetVar(
	Object oVarIDorName
)

Parameters

oVarIDorName
Type: SystemObject

Return Value

Type: Object

Implements

IEdmTaskInstance.GetVar(Object)
Remarks
  • GetValEx(String) keeps track of a different list of variables.
  • Either use variable name or ID per variable. Mixing both will produce incorrect results.
See Also