2022 Method
Changes 6
M

AnalyticalModel.IsValidManualAdjustmentTarget

Description:
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.
public bool IsValidManualAdjustmentTarget(
	Reference target,
	Reference source,
	AnalyticalDirection direction
)
Return Value bool True if reference can be used, false otherwise.