IFCExtrusionCreationDataAllowVerticalOffsetOfBReps Property |
Allows vertical shifting of breps when moving towards the origin.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also