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