Message 1 of 2
Deleting Single File As well As some particular objects from any file in NW Environment using NW API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my project, I'm currently using the public void RemoveFile(int index)
functionality of the NW API to delete files in specific cases. However, I've encountered an issue when there is only a single file in the NW environment. In such a scenario, the RemoveFile
function doesn't seem to be very helpful, as there is no delete option available on the CAD side for a single NW file.
I am looking for a solution to delete files under certain conditions in my project. Is there an alternative functionality in the NW API that allows the deletion of a single file?
As well as is there also any functionality available to delete a specific object within a file?