RVTDocs.com
Namespace: Autodesk.Revit.DB Class: HostedSweep

HostedSweep.SetEndPointParameter

Method
Description:
Set segment's start point or end point parameter.
Syntax
public bool SetEndPointParameter(
	Reference targetRef,
	int endIdx,
	double param
)
Parameters
Parameter Type Description
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
Type Description
Boolean true if operation success.
Exceptions
Exception Condition
InvalidOperationException Thrown when regeneration fails.