API Documentation > Dimensions > Object ProDimension > Function ProDimensionSymbolSet
Function ProDimensionSymbolSet
Description
Sets the symbol of the specified dimension of the object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionSymbolSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProName symbol
/* (In)
The dimension symbol.
*/
)
Returns
The function successfully set the symbol.
Model is in read-only state.
The function could not set the symbol to new value as the new symbol name already exists for other dimension in the model.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?