Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Hull and Outfitting

WO108

  • Last UpdatedMay 13, 2023
  • 1 minute read

Name

WO108 - AutoSeq Interface routine - Create Automatic Sequence

Purpose

The procedure creates the automatic sequence.

Declaration

int wo108 ( void); INPUT:

Result

The procedure returns 1 when the automatic sequence is finished, otherwise 0.

- */

/*

External declarations

*/

extern "C"

{

#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API

#endif

/*

*************************************************************

*

Main procedure - wo108

*************************************************************

*/

#ifdef WIN32 TBSEQUENCEPLUGIN_API

#endif

int wo108 ( void)

{

return 0;

}

}

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in