Function ProDatumCurvedataGet
Description
Retrieves information from the data structure for the datum curve object.
Synopsis
#include <ProDatumdata.h>
ProDatumCurvedataGet
(
ProDatumobject* p_datum_obj
/* (In)
The datum object
*/
ProCurvedata* p_curve
/* (Out)
The datum curve
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
Was this helpful?