RVTDocs.com

ImageExportOptions.GetFileName

Method
Description:
Gets the file name that will be produced when exporting a view to an image.
Syntax
public static string GetFileName(
	Document aDoc,
	ElementId dbViewId
)
Parameters
Parameter Type Description
aDoc Document The document that owns the view.
dbViewId ElementId View which is to be exported as image.
Return Value
Type Description
String The generated exported image file name.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null