<Code Lib>
2020 Method
Changes 0
M

INavisworksExporter.ValidateExportOptions

Description:
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
)

Return Value bool True if the options are valid, false otherwise.

Loading…