RVTDocs.com

SlabShapeEditor.ModifySubElement(SlabShapeCrease, Double)

Method
Description:
Manipulates the crease on the corresponding slab, roof or floor.
Syntax
public void ModifySubElement(
	SlabShapeCrease crease,
	double offset
)
Parameters
Parameter Type Description
crease SlabShapeCrease The crease.
offset Double The new value of the crease offset, which is the average of offsets of its ends.
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when the crease is.
ArgumentException Thrown when the crease is invalid.