Description
This method allows you to access a specific parameter and get a value from each procedure.
Syntax
ParameterValue = Get( ParameterType );
|
Input: (MdParameterType) ParameterType |
Type of parameter to set. |
|
Return: (Variant) ParameterValue |
Parameter value. According to the parameter type. It may be a value of a simple type (double, Boolean), enum value, entity(IEntity) or entity list ( IEntityList) object and also an array of simple types. |