API Documentation > Sketches and sections > Object ProSecdim > Function ProSecdimValueGet
Function ProSecdimValueGet
Description
Retrieves the value of the specified dimension in the section.
Synopsis
#include <ProSecdim.h>
ProSecdimValueGet
(
ProSection handle
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
double* r_value
/* (Out)
The value of the dimension
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?