API 文件集 > 3D drawings and annotations > Object ProDimension > Function ProDimensionSymtextGet
Function ProDimensionSymtextGet
Description
Retrieves the dimension's text in symbol mode.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionSymtextGet
(
/* (In)
The input handle.
*/
ProLine** r_text
/* (Out)
ProArray of text. To free the memory, call ProArrayFree().
*/
)
Returns
The function successfully retrieved the information.
The dimension supplied was not valid or did not have a valid line array.
User Guide References
這是否有幫助?