DEPRECATED: | Since Wildfire 5.0 | ||||||||||||||||
SUPERSEDED BY: | ProDrawingDimAttachpointsGet | ||||||||||||||||
Description | |||||||||||||||||
Note: This function is deprecated and replaced by: ProDrawingDimAttachpointsGet().
Retrieves the attachments and the sense of the specified drawing dimension. only applicable for dimensions created in drawing mode. This function does not support drawing dimensions created from intersections of geometric entities. |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDrawing.h> | |||||||||||||||||
ProError | ProDrawingDimAttachsGet | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
the drawing. | |||||||||||||||||
*/ | |||||||||||||||||
ProDimension* dimension | |||||||||||||||||
/* (In) | |||||||||||||||||
the dimension. | |||||||||||||||||
*/ | |||||||||||||||||
ProSelection** p_attachments_arr | |||||||||||||||||
/* (Out) | |||||||||||||||||
pointer to a ProArray of ProSelection. Will be allocated by function. Free this using ProSelectionarrayFree(). | |||||||||||||||||
*/ | |||||||||||||||||
ProDimSense** p_dsense_arr | |||||||||||||||||
/* (Out) | |||||||||||||||||
pointer to a ProArray of ProDimSense. Will be allocated by function. Free this using ProArrayFree(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|