API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolAddlTextBoxedGet
Function ProGtolAddlTextBoxedGet
Description
Get if Additional text to a geometric tolerance with particular ProGtolTextType is Boxed. Note that only Top and Bottom ProGtolTextType can have Boxed.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolAddlTextBoxedGet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
ProGtolTextType text_type
/* (In)
The instance of additional text to access.
*/
ProBoolean* is_boxed
/* (Out)
PRO_B_TRUE if Additional text to a gtol with particular ProGtolTextType is Boxed.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol does not have text on particular ProGtolTextType.
User Guide References
Was this helpful?