|
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)
Syntaxpublic Object GetValEx(
string bsValName
)
Public Function GetValEx (
bsValName As String
) As Object
Parameters
- bsValName
- Type: SystemString
Name of a user-defined variable.
Return Value
Type:
ObjectValue of user-defined variable
Implements
IEdmTaskInstance.GetValEx(String)
See Also