Allows vertical shifting of breps when moving towards the origin.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public bool AllowVerticalOffsetOfBReps { get; set; } |
| Visual Basic |
|---|
Public Property AllowVerticalOffsetOfBReps As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowVerticalOffsetOfBReps { bool get (); void set (bool value); } |