API 文件集 > 3D drawings and annotations > Object ProGtol > Function ProGtolDatumReferencesSet
Function ProGtolDatumReferencesSet
Description
Set datum references to gtol.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolDatumReferencesSet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t* primary
/* (In)
primary datum ref. Can be NULL
*/
wchar_t* secondary
/* (In)
secondary datum ref. Can be NULL
*/
wchar_t* tertiary
/* (In)
tertiary datum ref. Can be NULL
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
User Guide References
這是否有幫助?