Share

FileExportedEventArgs.Path Property

Target path for the exported file (or files).


Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public string Path { get; }

Property Value

String

Remarks

In some cases the path represents only the target directory or a template name. Such cases include batch export when more than one file is exported as one event.

See Also

Reference

Was this information helpful?