Gets the sub-sampling options for a specified relationship.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name of the relationship with options. |
Return Arguments
1 |
Boolean |
Use every i-th point |
Indicates the ub-sampling that was used. |
2 |
Integer |
i value |
Specifies the i value that was set. |
3 |
Boolean |
Use no more than n points |
Indicates the upper limit placed on the number of points used in a relationship. |
4 |
Integer |
n value |
The maximum number of points to use in the relationship. |
Returned Status
SUCCESS |
The options were retrieved successfully. |
FAILURE |
The specified relationship could not be found. |
Remarks
None