Sets the sub-sampling options for a specified relationship.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name of the relationship to modify. |
1 |
Boolean |
Use every i-th point |
Indicates whether sub-sampling should be used. |
2 |
Integer |
i value |
Specifies the i value to use (if Argument 1 is TRUE). |
3 |
Boolean |
Use no more than n points |
Indicates whether an upper limit will be placed on the number of points to be used in a relationship. |
4 |
Integer |
n value |
The maximum number of points to use in the relationship (if Argument 3 is TRUE). |
Return Arguments
None.
Returned Status
SUCCESS |
The options were set successfully. |
FAILURE |
The specified relationship could not be found. |
Remarks
None.