Revit 2025.3 API
Fill |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool ExportToPAT( IList<FillPattern> fillPatterns, string filename )
Public Shared Function ExportToPAT ( fillPatterns As IList(Of FillPattern), filename As String ) As Boolean
public: static bool ExportToPAT( IList<FillPattern^>^ fillPatterns, String^ filename )
static member ExportToPAT : fillPatterns : IList<FillPattern> * filename : string -> bool
Parameters
- fillPatterns IListFillPattern
- filename String
Return Value
BooleanSee Also