<Code Lib>
2020 Method
Changes 6
M

AnalyticalModel.IsAutoDetectEnabled

Description:
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.

public bool IsAutoDetectEnabled(
	AnalyticalDirection direction
)

Return Value bool True if enabled in the given direction, false otherwise.

Loading…