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.
bool ValidateExportOptions(
Document document,
string folder,
string name,
NavisworksExportOptions options,
out string exceptionMessage
)
-
documentThe document to export.
-
StringfolderThe folder path.
-
StringnameThe file name.
-
optionsThe export options.
-
String%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.