Click or drag to resize

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

Parameters

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

Implements

IEdmTaskProperties.SetVar(Int32, Object)
See Also