Determines if a ExportIFCCategoryInfo contains default information.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsDefault()
Return Value
Boolean
True if the ExportIFCCategoryInfo contains only default information.
Remarks
We consider an ExportIFCCategoryInfo is set to default if it is
set to export and has no entity name.
See Also
Reference