RVTDocs.com

SlabShapeEditor.ModifySubElement(SlabShapeVertex, Double)

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