IFCParameterTemplateExportRevitSchedules Property |
The option to export Revit schedules to IFC.
If true, then all Revit schedules not excluded will be exported.
If false, then no Revit schedules will be exported.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool ExportRevitSchedules { get; set; }
Public Property ExportRevitSchedules As Boolean
Get
Set
public:
property bool ExportRevitSchedules {
bool get ();
void set (bool value);
}
member ExportRevitSchedules : bool with get, set
Property Value
Boolean
See Also