Documentação da API > Drawings and detail > Object ProDtlsymdef > Function ProDtlsymdefToModelCopy
Function ProDtlsymdefToModelCopy
Description
Copies symbol definition from one model to the other
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefToModelCopy
(
ProDtlsymdef* sourceDef
/* (In)
The source symbol definition.
*/
ProSolid target
/* (In)
The target model.
*/
ProDtlsymdef* targetDef
/* (Out)
The target model symbol definition.
*/
)
Returns
Copies symbol definition successfully.
Model is in read-only state.
One or more arguments was invalid.
The function failed.
User Guide References
Isto foi útil?