Share

CustomExporter.Export2DGeometricObjectsIncludingPatternLines Property

This flag sets the exporter of 2D views to either include or exclude output of face pattern lines as part of geometric objects when the model is being processed by the export context.


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

Syntax

C#

public bool Export2DGeometricObjectsIncludingPatternLines { get; set; }

Property Value

Boolean

Remarks

This flag is ignored if view has Wireframe display style. This flag is ignored unless property "IncludeGeometricObjects" is set to true.

See Also

Reference

Was this information helpful?