API 文件集 > Miscellaneous > Object ProIntf3D > Function ProIntf3DLayerSetupFileIsIgnored
Function ProIntf3DLayerSetupFileIsIgnored
Description
Checks that layer setup file for export is ignored or not. NOTE: This API returns layer setup file ignored status for last export using API ProIntf3DFileWriteWithDefaultProfile. Call this API after ProIntf3DFileWriteWithDefaultProfile otherwise results will not be reliable.
Replacement in Object TOOLKIT:
Synopsis
ProIntf3DLayerSetupFileIsIgnored
(
ProMdl model
/* (In)
The model used for export.
*/
ProBoolean* is_ignored
/* (Out)
PRO_B_TRUE if layer setup file is ignored. PRO_B_FALSE if layer setup file is not ignored.
*/
)
Returns
The function Succeeded.
One or more input arguments was invalid.
User Guide References
這是否有幫助?