API 설명서 > Drawings and detail > Object ProDtlnotetext > Function ProDtlnotetextStringSet
Function ProDtlnotetextStringSet
Description
Setup the string field in the text.
Synopsis
#include <ProDtlnote.h>
ProDtlnotetextStringSet
(
/* (In)
The handle to the text
*/
ProLine string
/* (In)
The content of the text part. It can contain control characters to introduce special symbols, as described in the Drawing User's Guide.
*/
)
Returns
success;
the argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?