API Documentation > Sketches and sections > Object ProSection > Function ProSectionEpsilonGet
Function ProSectionEpsilonGet
Description
Retrieves the epsilon value of the specified sketch.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionEpsilonGet
(
ProSection section
/* (In)
The section
*/
double* r_section_eps
/* (Out)
The epsilon value
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?