Function ProDatumPlanedataGet
Description
Retrieves information from the data structure for the datum plane object.
Synopsis
#include <ProDatumdata.h>
ProDatumPlanedataGet
(
ProDatumobject* p_datum_obj
/* (In)
The datum object
*/
ProPlanedata* p_plane
/* (Out)
The datum plane
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
¿Fue esto útil?