Share

ImageExportOptions.ViewName Property

The name of the view to be created.


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

Syntax

C#

public string ViewName { get; set; }

Property Value

String

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

This field is used only to save an image to a project as a new view.

See Also

Reference

Was this information helpful?