DWFExportOptionsExportOnlyViewId Property

Only export the specified view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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