Share

HostedSweep.SetEndPointParameter Method

Set segment's start point or end point parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

ExceptionCondition
InvalidOperationExceptionThrown when regeneration fails.

See Also

Reference

Was this information helpful?