Function ProLinedataGet
Description
Retrieves information from the line data structure.
NOTE:
The function ignores the output arguments with null pointers.
Synopsis
#include <ProCurvedata.h>
ProLinedataGet
(
ProCurvedata* p_curve
/* (In)
The line data structure
*/
/* (Out)
The beginning of the line
*/
/* (Out)
The end of the line
*/
)
Returns
The function successfully retrieved the information.
The specified data is not a line data structure.
The input argument is invalid.
Sample Code References
War dies hilfreich?