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