FillPatternExportToPAT Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also