API ドキュメンテーション > Dimensions > Object ProDimension > Function ProDimensionTextWstringsSet
Function ProDimensionTextWstringsSet
Description
Sets the text of the specified dimension. This is equivalent to the Creo Parametric command Modify, Text.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionTextWstringsSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
wchar_t** text
/* (In)
ProArray of wstrings. The dimension text. Each line must be null-terminated.
*/
)
Returns
The function successfully retrieved the information.
Model is in read-only state.
Input arguments dimension or text is NULL.
Operation gets terminated unsuccessfully.
Sample Code References
User Guide References
これは役に立ちましたか?