|
mEdmTaskInstanceGetVar Method
|
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic Object GetVar(
Object oVarIDorName
)
Public Function GetVar (
oVarIDorName As Object
) As Object
Parameters
- oVarIDorName
- Type: SystemObject
Return Value
Type:
ObjectImplements
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