SetEndPointParameter Method


Hosted Sweep Set End Point Parameter Method

Set segment's start point or end point parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool SetEndPointParameter(
	Reference targetRef,
	int endIdx,
	double param
)

Parameters

targetRef Reference
Segment's reference whose parameter want to be set.
endIdx Int32
Start point (=0) or end point (=1).
param Double
Value of parameter.

Return Value

Boolean
true if operation success.
Exceptions
Exception Condition
InvalidOperationException Thrown when regeneration fails.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →