API Documentation
>
Dimensions
>
Object ProDimension
> Function ProDimensionDimensionReset
Function ProDimensionDimensionReset
Description
Resets the dimensions of the object to the values they had at the time the last regeneration was done.
Replacement in Object TOOLKIT:
pfcBaseParameter::ResetFromBackup
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionDimensionReset
(
ProDimension
* dimension
/* (In)
The dimension handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully reset the dimensions.
PRO_TK_CANT_MODIFY
Model is in read-only state.
PRO_TK_GENERAL_ERROR
The function did not reset the dimensions.
Sample Code References
pt_examples ( TestDimension.c )
User Guide References
Modifying Dimensions:ProDimensionDimensionReset
Was this helpful?
This site works best with JavaScript enabled