API 설명서 > 3D drawings and annotations > Object ProDimension > Function ProDimensionSymbolGet
Function ProDimensionSymbolGet
Description
Retrieves the symbol of a specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionSymbolGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProName symbol
/* (Out)
the dimension symbol.
*/
)
Returns
The function successfully retrieved the symbol.
The data structure was not set.
Sample Code References
User Guide References
도움이 되셨나요?