INavisworksExporter.ValidateExportOptions
Description:
Determines if the inputs are valid, and returns an error message if not.
Determines if the inputs are valid, and returns an error message if not.
-
documentThe document to export.
-
folderThe folder path.
-
nameThe file name.
-
optionsThe export options.
-
exceptionMessageThe message to show in the exception thrown. This is not an end-user visible message, it is a developer message, and does not have to be localized. Ignored if the function returns true.
Return Value
bool
True if the options are valid, false otherwise.
No comments yet. Start the discussion.
Loading…