API 文件集 > Assembly > Object ProAsmcomp > Function ProAsmcompTypeGet
Function ProAsmcompTypeGet
Description
Retrieves the type of the specified component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompTypeGet
(
/* (In)
The handle to the component feature
*/
ProAssembly top_assem
/* (In)
The handle to the top-level assembly
*/
/* (Out)
The component type
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
Sample Code References
這是否有幫助?