Gets the file name that will be produced when exporting a view to an image.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string GetFileName(
Document aDoc,
ElementId dbViewId
)
Parameters
- aDoc Document
-
The document that owns the view.
- dbViewId ElementId
-
View which is to be exported as image.
Return Value
String
The generated exported image file name.
Exceptions
See Also
Reference