Category Sketches and sections, Object ProSecdim

Function ProSecdimLocationGet


Description
Retrieves the location of the specified dimension in the section.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimLocationGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Sample Code References:

  1. pt_examples ( UtilSect.c )