API 설명서 > 3D drawings and annotations > Object ProGtol > Function ProGtolAddlTextBoxedSet
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.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolAddlTextBoxedSet
(
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
The function succeeded.
One or more input arguments was invalid.
Cannot modify the gtol because it is read-only.
User Guide References
도움이 되셨나요?