_IApplicationEventsDocumentExported Method

A document has been exported

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 25.0.0.0
Syntax
void DocumentExported(
	ITeddsDocument document,
	string fileName
)

Parameters

document
Type: Tekla.Structural.InteropAssemblies.TeddsITeddsDocument
The document that was exported
fileName
Type: SystemString
The filename of the document that was exported
See Also