AnalyticalModel.CanDisableAutoDetect
Description:
Indicates if Analytical Auto-detect can be disabled programmatically
Indicates if Analytical Auto-detect can be disabled programmatically
Remarks:
Certain Elements can have Auto-detect enabled (e.g., a Structural Wall) but the disabling of Auto-detect is undefined. This is because Auto-detect is actually a setting in the Analytical Projection parameter, and changing this value from Auto-detect is not defined.
Certain Elements can have Auto-detect enabled (e.g., a Structural Wall) but the disabling of Auto-detect is undefined. This is because Auto-detect is actually a setting in the Analytical Projection parameter, and changing this value from Auto-detect is not defined.
public bool CanDisableAutoDetect(
AnalyticalDirection direction
)
-
directionDirection in which to test whether Analytical Auto-detect can be disabled
Return Value
bool
True if Analytical Auto-detect can be disabled, false otherwise
-
direction is invalid for Analytical Auto-detect.
-
A value passed for an enumeration argument is not a member of that enumeration