HostedSweep.SetEndPointParameter
Method
Description:
Set segment's start point or end point parameter.
Set segment's start point or end point parameter.
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. |