Object ProDtlsym

Function ProDtlsymInstnoteDataGet


Description
Gets data of a note in the symbol instance.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsymInstnoteDataGet(
ProDtlnote* note
/* (In)
The note attached to symbol instance.
*/
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDisplayMode mode
/* (In)
The display mode.
*/
ProDtlnotedata* notedata
/* (Out)
The note data in symbol instance space. Free using ProDtlnotedataFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDNo symbols were found in the model.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data