API 文档 > Sketches and sections > Object ProSecdim > Function ProSecdimValueSet
Function ProSecdimValueSet
Description
Changes the value of the specified dimension in the section.
Synopsis
#include <ProSecdim.h>
ProSecdimValueSet
(
ProSection handle
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension to be modified
*/
double value
/* (In)
The new value of the dimension
*/
)
Returns
The function successfully set the new value.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Sample Code References
这对您有帮助吗?