API Documentation > Assembly > Object ProAsmcomp > Function ProAsmcompTypeSet
Function ProAsmcompTypeSet
Description
Sets the type of the specified component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompTypeSet
(
/* (In)
The handle to the component feature
*/
ProAssembly top_assem
/* (In)
The handle to the top-level assembly
*/
/* (In)
The component type
*/
)
Returns
The function successfully set the component type.
Model is in read-only state.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?