Click or drag to resize

mEdmTaskInstanceGetValEx Method

Gets the value of the specified user-defined variable.

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Object GetValEx(
	string bsValName
)

Parameters

bsValName
Type: SystemString
Name of a user-defined variable.

Return Value

Type: Object
Value of user-defined variable

Implements

IEdmTaskInstance.GetValEx(String)
See Also