API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionAdditionalRefsGet
Function ProDimensionAdditionalRefsGet
Description
Get semantic references for the dimension, as previously added by ProDimensionAdditionalRefsAdd or by the References part of the annotation feature dialog.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionAdditionalRefsGet
(
/* (In)
valid dimension.
*/
/* (In)
type of reference. FIRST, SECOND or surf collection.
*/
/* (Out)
ProArray of references. Free this using ProAnnotationreferencearrayFree(); Currently it supports PRO_ANNOT_REF_SINGLE only.
*/
)
Returns
The function completed successfully.
The input argument is invalid.
User Guide References
Was this helpful?