Category 3D drawings and annotations, Object ProDimension

Function ProDimensionAdditionalRefsGet


Description
Get dimension references
Synopsis
#include <ProDimension.h>
ProErrorProDimensionAdditionalRefsGet(
ProDimension* dim
/* (In)
valid dimension.
*/
ProDimensionReferenceType type
/* (In)
type of reference. FIRST, SECOND or surf collection.
*/
ProAnnotationReference** refs
/* (Out)
ProArray of references. Free this using ProAnnotationreferencearrayFree(); Currently it supports PRO_ANNOT_REF_SINGLE only.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension References
  2. Annotations: Annotation Features and Annotations: Dimension References