AnalyticalModel.IsAutoDetectEnabled
Description:
Reports if Analytical Auto-detect for the given direction is enabled.
Reports if Analytical Auto-detect for the given direction is enabled.
Remarks:
Just because Auto-detect is enabled in one direction, that does not mean that it is enabled in a different direction.
Just because Auto-detect is enabled in one direction, that does not mean that it is enabled in a different direction.
public bool IsAutoDetectEnabled(
AnalyticalDirection direction
)
-
directionDirection in which Auto-detect behavior may be enabled.
Return Value
bool
True if enabled in the given direction, false otherwise.
-
direction is invalid for Analytical Auto-detect.
-
A value passed for an enumeration argument is not a member of that enumeration