Description | ||||||||
Retrieves the value of a specified dimension. | ||||||||
Replacement in Object TOOLKIT: | pfcBaseParameter::Value | |||||||
pfcBaseDimension::DimValue | ||||||||
Synopsis | ||||||||
#include <ProDimension.h> | ||||||||
ProError | ProDimensionValueGet | ( | ||||||
ProDimension* dimension | ||||||||
/* (In) | ||||||||
The dimension handle. | ||||||||
*/ | ||||||||
double* value | ||||||||
/* (Out) | ||||||||
The value of the dimension. If the model is fully regenerated, this value is always positive. Use ProDimensionIsRegenednegative() to see if the dimension is flipped direction compared to the default for the feature. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProDimensionIsRegenednegative | ||||||||
ProDimensionValueSet |