Category 3D drawings and annotations, Object ProDimension

Function ProDimensionSymbolSet


Description
Sets the symbol of the specified dimension of the object.
Replacement in Object TOOLKIT: pfcBaseDimension::Symbol
Synopsis
#include <ProDimension.h>
ProErrorProDimensionSymbolSet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProName symbol
/* (In)
The dimension symbol.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the symbol.
PRO_TK_NO_CHANGEThe function could not set the symbol to new value as the new symbol name already exists for other dimension in the model.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: The ProDimension Object
  2. Annotations: Annotation Features and Annotations: Modifying Dimensions
  3. Annotations: Annotation Features and Annotations: Modifying Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )