Represents a parameter. Parameter contains the value of one of the following types: length or angle. This interface can be obtained through IParameterContainer.
More...
|
HRESULT | GetBoolValue ([out, retval] VARIANT_BOOL *pValue) |
| Returns the parameter value as bool value. More...
|
|
HRESULT | SetBoolValue ([in] VARIANT_BOOL value) |
| Sets the parameter value.
|
|
HRESULT | GetIntValue ([out, retval] int *pValue) |
| Returns the parameter value as an integer value. More...
|
|
HRESULT | SetIntValue ([in] int value) |
| Sets the parameter value.
|
|
HRESULT | GetDoubleValue ([out, retval] double *pValue) |
| Returns the parameter value as a double value. More...
|
|
HRESULT | SetDoubleValue ([in] double value) |
| Sets the parameter value.
|
|
HRESULT | GetStringValue ([out, retval] BSTR *pValue) |
| Returns the parameter value as a string value. More...
|
|
HRESULT | SetStringValue ([in] BSTR value) |
| Sets the parameter value.
|
|
HRESULT | HasValue ([out, retval] VARIANT_BOOL *pValue) |
| Indicates if the parameter has a value. More...
|
|
Represents a parameter. Parameter contains the value of one of the following types: length or angle. This interface can be obtained through IParameterContainer.
◆ GetBoolValue()
HRESULT IParameter::GetBoolValue |
( |
[out, retval] VARIANT_BOOL * |
pValue | ) |
|
Returns the parameter value as bool value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetDoubleValue()
HRESULT IParameter::GetDoubleValue |
( |
[out, retval] double * |
pValue | ) |
|
Returns the parameter value as a double value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetIntValue()
HRESULT IParameter::GetIntValue |
( |
[out, retval] int * |
pValue | ) |
|
Returns the parameter value as an integer value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetStringValue()
HRESULT IParameter::GetStringValue |
( |
[out, retval] BSTR * |
pValue | ) |
|
Returns the parameter value as a string value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ HasValue()
HRESULT IParameter::HasValue |
( |
[out, retval] VARIANT_BOOL * |
pValue | ) |
|
Indicates if the parameter has a value.
- Returns
- TRUE if the parameter has a value; otherwise returns FALSE.
◆ Definition
The definition of the parameter.
- Returns
- The definition of the parameter.
◆ Id
The unique identifier of the parameter.
- Returns
- The unique identifier of the parameter.
◆ ValueType
The value type of the parameter.
- Returns
- The value type of the parameter.