IFCUserDefinedPropertySetExportToFile Method |
Export property sets to a text file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static void ExportToFile(
Document document,
string fileName
)
Public Shared Sub ExportToFile (
document As Document,
fileName As String
)
public:
static void ExportToFile(
Document^ document,
String^ fileName
)
static member ExportToFile :
document : Document *
fileName : string -> unit Parameters
- document Document
-
The Revit document.
- fileName String
-
The full text file name.
Exceptions
See Also