Share

ImageExportOptions.ShouldCreateWebSite Property

Whether or not to create a web site with a page for each export. Used only when ExportRange is SetOfViews.


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

Syntax

C#

public bool ShouldCreateWebSite { get; set; }

Property Value

Boolean

Remarks

The default is false. This field is ignored if used to save an image to a project as a new view.

See Also

Reference

Was this information helpful?