API 설명서 > Miscellaneous > Object ProCabling > Function ProCablingSchematicsLayerNamesGet
Function ProCablingSchematicsLayerNamesGet
Description
Gets the Creo Schematics layer list from the file.
Synopsis
#include <ProCabling.h>
ProCablingSchematicsLayerNamesGet
(
ProPath filename
/* (In)
The input file name, including the extension. this can be the full path to the file.
*/
ProName** layer_names
/* (Out)
Pointer to Pro Array contain the layer names in file
*/
)
Returns
The function successfully processed the file.
A general error occurred and the function failed.
User Guide References
도움이 되셨나요?