Revit 2025.3 API
Custom |
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: 25.3.0.0 (25.3.0.0)
Syntax
public bool Export2DGeometricObjectsIncludingPatternLines { get; set; }
Public Property Export2DGeometricObjectsIncludingPatternLines As Boolean Get Set
public: property bool Export2DGeometricObjectsIncludingPatternLines { bool get (); void set (bool value); }
member Export2DGeometricObjectsIncludingPatternLines : bool with get, set
Property Value
Boolean
This flag is ignored if view has Wireframe display style.
This flag is ignored unless property "IncludeGeometricObjects" is set to true.
See Also