API 설명서 > Miscellaneous > Object ProGtoltext > Function ProGtoltextTextstyleSet
Function ProGtoltextTextstyleSet
Description
Sets the text style for the additional text applied to a geometric tolerance. Note that not all text style properties are supported for gtol additional text; unsupported properties are ignored by this function.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtoltextTextstyleSet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
ProGtolTextType text_type
/* (In)
The instance of additional text to access.
*/
ProTextStyle text_style
/* (In)
The text style.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol text style cannot be varied.
Cannot modify the gtol because it is read-only.
User Guide References
도움이 되셨나요?