API 文件集 > Dimensions > Object ProDimension > Function ProDimensionChamferTextGet
Function ProDimensionChamferTextGet
Description
Obtains the chamfer dimension style for the chamfer dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionChamferTextGet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDrawing drawing
/* (In)
Drawing where dimension is displayed. Pass NULL for dimension displayed in solid.
*/
ProDimChamferStyle* chamfer_style
/* (Out)
The chamfer dimension style.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The dimension is not a chamfer dimension.
User Guide References
這是否有幫助?