Share

DWFExportOptions.ExportOnlyViewId Property

Only export the specified view.


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

Syntax

C#

public ElementId ExportOnlyViewId { get; set; }

Property Value

ElementId

Remarks

Export only the specified view, but the data of the other views is still used, e. g. the hyperlink information.

See Also

Reference

Was this information helpful?