<Code Lib>
2020 Method
Changes 6
M

AnalyticalModel.CanDisableAutoDetect

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

public bool CanDisableAutoDetect(
	AnalyticalDirection direction
)

Return Value bool True if Analytical Auto-detect can be disabled, false otherwise

Loading…