AnalyticalModel.IsValidManualAdjustmentSource
Description:
Indicates if the identified reference is acceptable as a source for Manual Analytical Adjustment.
Indicates if the identified reference is acceptable as a source for Manual Analytical Adjustment.
Remarks:
This method is useful for determining if a reference is acceptable for usage as a "Source". In other words, if the reference identifies an Analytical Model portion that can be adjusted by the user.
This method is useful for determining if a reference is acceptable for usage as a "Source". In other words, if the reference identifies an Analytical Model portion that can be adjusted by the user.
public bool IsValidManualAdjustmentSource(
Reference source,
AnalyticalDirection adjustmentDirection
)
-
sourceReference to be examined.
-
adjustmentDirectionDirection in which adjustment will occur.
Return Value
bool
True if reference can be used as source; 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.