IFCHybridImportOptions.HybridGrids Property

IFCHybridImportOptionsHybridGrids Property

True if we should use AnyCAD to process grids, false otherwise.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HybridGrids { get; }
Public ReadOnly Property HybridGrids As Boolean
	Get
public:
property bool HybridGrids {
	bool get ();
}
member HybridGrids : bool with get

Property Value

Boolean
See Also