IFCPropertyMappingInfoExportFlag Property |
Whether or not the property is included in export.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool ExportFlag { get; set; }
Public Property ExportFlag As Boolean
Get
Set
public:
property bool ExportFlag {
bool get ();
void set (bool value);
}
member ExportFlag : bool with get, set
Property Value
Boolean
See Also