acioParamGetDouble
Call the acioParamGetDouble
function to obtain the contents of a double-precision floating-point parameter.
Syntax
aciError acioParamGetDouble (
t_aciObject* pObject,
char* szName,
double *pfResult)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that contains an XML result. |
szName
|
char* A pointer to the parameter name. |
pfResult
|
double* A pointer to the parameter’s content. |
Discussion
This function retrieves the specified szName
double parameter from the object.
Returns
An ACI error code.