Folder::LinkProcessing
enum LinkProcessing { // what to do with links
ResolveLinks, // links should be resolved
PreserveLinks // links should be preserved
};
Graphisoft®
InputOutputVersion: 1.0
enum LinkProcessing { // what to do with links
ResolveLinks, // links should be resolved
PreserveLinks // links should be preserved
};