AnalyticalModel.IsValidManualAdjustmentTarget
Description:
Indicates if reference is acceptable as a "Target" for Manual Analytical Adjustment.
Indicates if reference is acceptable as a "Target" for Manual Analytical Adjustment.
Remarks:
This method is useful for determining if a reference is acceptable for a target. In other words, if the reference identifies an Analytical Model portion that can be adjusted against.
This method is useful for determining if a reference is acceptable for a target. In other words, if the reference identifies an Analytical Model portion that can be adjusted against.
public bool IsValidManualAdjustmentTarget(
Reference target,
Reference source,
AnalyticalDirection direction
)
-
targetTarget reference.
-
sourceSource reference. This is necessary to avoid illegal conditions. For instance if Element A is manually adjusted against Element B, Element B cannot in general be adjusted against Element A.
-
directionDirection in which source Element can be adjusted against target Element.
Return Value
bool
True if reference can be used, false otherwise.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration
-
This AnalyticalModel does not support Manual Analytical Adjustment.