API Documentation > Miscellaneous > Object ProGtoltext > Function ProGtoltextTextstyleGet
Function ProGtoltextTextstyleGet
Description
Gets the text style for the additional text applied to a geometric tolerance.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtoltextTextstyleGet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
ProGtolTextType text_type
/* (In)
The instance of additional text to access.
*/
ProTextStyle* text_style
/* (Out)
The text style.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol does not have the additional text specified.
User Guide References
Was this helpful?