Category 3D drawings and annotations, Object ProGtol

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.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolAddlTextBoxedGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe gtol does not have text on particular ProGtolTextType.

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances