Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionSuffixSet
Description
Set the dimension suffix.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionSuffixSet
(
ProDimension
*
dimension
/* (In)
The dimension handle.
*/
ProLine
suffix
/* (In)
The dimension suffix in a
ProLine.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the suffix.
PRO_TK_BAD_INPUTS
An argument is invalid.
PRO_TK_INVALID_TYPE
The dimension type is invalid.
PRO_TK_E_NOT_FOUND
The dimension isn't found.
PRO_TK_CANT_MODIFY
The dimension isn't modifiable.
Manual References:
Annotations: Annotation Features and Annotations: Dimension Prefix and Suffix