Category Drawings and detail, Object ProDtlsymdef

Function ProDtlsymdefToModelCopy


Description
Copies symbol definition from one model to the other
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefToModelCopy(
ProDtlsymdef* sourceDef
/* (In)
The source symbol definition.
*/
ProSolid target
/* (In)
The target model.
*/
ProDtlsymdef* targetDef
/* (Out)
The target model symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORCopies symbol definition successfully.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items