API 文件集 > Dimensions > Object ProDimension > Function ProDimensionValueSet
Function ProDimensionValueSet
Description
Sets the value of the specified dimension of the object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionValueSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double value
/* (In)
The new value of the dimension. If a negative number is passed, this will flip the direction of the dimension.
*/
)
Returns
The function successfully set the value.
The input dimension is reference.
The input argument is invalid.
See Also
Sample Code References
User Guide References
這是否有幫助?