Function ProDatumPlanedataInit
Description
Initializes the data structure for the datum plane object.
Synopsis
#include <ProDatumdata.h>
ProDatumPlanedataInit
(
ProPlanedata* p_plane
/* (In)
The datum plane
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
The function successfully initialized the structure.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?