Category 3D drawings and annotations, Object ProGtol

Function ProGtolAddlTextBoxedSet


Description
Set Boxed to Additional text to a geometric tolerance with particular ProGtolTextType. Note that only Top and Bottom ProGtolTextType can have Boxed.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolAddlTextBoxedSet(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
ProGtolTextType text_type
/* (In)
The instance of additional text to access.
*/
ProBoolean is_boxed
/* (In)
Set boxed to the additional text. Pass PRO_B_TRUE to set the Boxed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_CANT_WRITECannot modify the gtol because it is read-only.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance