Function ProDimensionDecimalsGet
Description
Retrieves the number of significant digits of a specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionDecimalsGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
int* decimals
/* (Out)
the number of significant digits.
*/
)
Returns
The function successfully retrieved the information.
The data structure was not set.
Sample Code References
User Guide References
これは役に立ちましたか?