Click or drag to resize

mEdmTaskPropertiesGetVar Method

Returns the value of a variable. Use SetVar(Int32, 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(
	int oVarIDorName
)

Parameters

oVarIDorName
Type: SystemInt32

Return Value

Type: Object

Implements

IEdmTaskProperties.GetVar(Int32)
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