Manipulates the crease on the corresponding slab, roof or floor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void ModifySubElement( SlabShapeCrease crease, double offset )
Parameters
- crease SlabShapeCrease
- The crease.
- offset Double
- The new value of the crease offset, which is the average of offsets of its ends.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the crease is null. |
ArgumentException | Thrown when the crease is invalid. |