Manipulates the crease on the corresponding slab, roof or floor.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference