API ドキュメンテーション > Selection > Object ProSelection > Function ProSelectionAsmcomppathGet
Function ProSelectionAsmcomppathGet
Description
Gets the component path from a selection object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionAsmcomppathGet
(
ProSelection selection
/* (In)
The selection object.
*/
ProAsmcomppath* p_cmp_path
/* (In)
The component path. You must allocate the memory for this structure.
*/
)
Returns
The function successfully retrieved the component path.
The supplied inputs were incorrect.
Sample Code References
User Guide References
これは役に立ちましたか?