Gets the value of a user-defined variable created with
IEdmTaskProperties::SetValEx.
Syntax
Visual Basic (Declaration) | |
---|
Function GetValEx( _
ByVal bsValName As System.String _
) As System.Object |
C# | |
---|
System.object GetValEx(
System.string bsValName
) |
C++/CLI | |
---|
System.Object^ GetValEx(
& System.String^ bsValName
) |
Parameters
- bsValName
- Name of variable for which to get a value
Return Value
Value of variable
Example
Remarks
See Also
Availability
SolidWorks Enterprise PDM 2010