Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstModify


Description
Modify a symbol instance.
Replacement in Object TOOLKIT: pfcDetailSymbolInstItem::Modify
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstModify(
ProDtlsyminst* syminst
/* (In)
The symbol instance.
*/
ProDtlsyminstdata syminstdata
/* (In)
The symbol instance data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully modified the symbol instance.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't modify the symbol instance.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Annotations: Annotation Features and Annotations: Creating, Reading and Modifying 3D Symbols
  3. Annotations: Annotation Features and Annotations: Creating, Reading and Modifying 3D Symbols

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )