Category Features, Object ProFeature

Function ProFeatureDtlsyminstGet


Description
Return the detail symbol instance that represents a shown solid model symbol.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureDtlsyminstGet(
ProFeature* symbol_owner
/* (In)
The feature (i.e. weld feature) that will produce the symbol.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlsyminst* symbol_instance
/* (Out)
The symbol instance that displays the solid model symbol.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the symbol instance.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTThe solid model is not contained in the drawing.
PRO_TK_E_NOT_FOUNDThe symbol is not displayed in the drawing.

Manual References:

  1. Drawings: Cross-referencing Weld Symbols and Drawing Annotations
  2. Drawings: Cross-referencing Weld Symbols and Drawing Annotations