Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstDataGet


Description
Get a symbol instance data.
Replacement in Object TOOLKIT: pfcDetailSymbolInstItem::GetInstructions
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstDataGet(
ProDtlsyminst* syminst
/* (In)
The symbol instance.
*/
ProDisplayMode mode
/* (In)
The display mode
*/
ProDtlsyminstdata* data
/* (Out)
The symbol instance data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved symbol instance data.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't retrieve the symbol instance data.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items
  3. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  4. Annotations: Annotation Features and Annotations: Creating, Reading and Modifying 3D Symbols
  5. Annotations: Annotation Features and Annotations: Creating, Reading and Modifying 3D Symbols

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )