- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
about API_BEGIN and API_NOP_BE GIN
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-07-2010 07:24 PM
what would happen if API_BEGIN is wrapped in API_NOP_BEGIN?
will the operation between API_BEGIN and API_END be kept in bulletin records?
Re: about API_BEGIN and API_NOP_BE GIN
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-08-2010 07:35 AM - last edited on 03-08-2010 07:38 AM
If you have an API_BEGIN/AP_END block nested inside a API_NOP_BEGIN/API_NOP_END block, any changes to the model from the code in the inner block will be rolled at the end of the nop block.
Per the documentation, http://doc.spatial.com/index.php/API_Macros#API_NO
cheers.
Eric Zenk
Re: about API_BEGIN and API_NOP_BE GIN
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-08-2010 06:33 PM
thank you.

