Share

ExportIFCCategoryInfo.IsDefault Method

Determines if a ExportIFCCategoryInfo contains default information.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

Was this information helpful?