Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionPrefixSet
Description
Set the dimension prefix.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionPrefixSet
(
ProDimension
*
dimension
/* (In)
The dimension handle.
*/
ProLine
prefix
/* (In)
The dimension prefix in a
ProLine.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the prefix.
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
Annotations: Annotation Features and Annotations: Dimension Prefix and Suffix