API 文件集 > 3D drawings and annotations > Object ProGtol > Function ProGtolCompositeGet
Function ProGtolCompositeGet
Description
Get composite tolerance frame
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolCompositeGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t*** values
/* (Out)
NULL or ProArray() of value strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** primary
/* (Out)
NULL or ProArray() of primary strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** secondary
/* (Out)
NULL or ProArray() of secondary strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** tertiary
/* (Out)
NULL or ProArray() of tertiary strings. Free it using ProWstringproarrayFree()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
這是否有幫助?