Revit 2026 API
IFCExtrusion |
Allows vertical shifting of breps when moving towards the origin.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AllowVerticalOffsetOfBReps { get; set; }
Public Property AllowVerticalOffsetOfBReps As Boolean Get Set
public: property bool AllowVerticalOffsetOfBReps { bool get (); void set (bool value); }
member AllowVerticalOffsetOfBReps : bool with get, set
Property Value
BooleanSee Also