Enables Auto-detect on Sketch Component.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2011

Syntax

C#
public void EnableAutoDetect()
Visual Basic
Public Sub EnableAutoDetect
Visual C++
public:
void EnableAutoDetect()

Remarks

To disable Auto-detect on Sketch Component, another method (SetAnalyticalAlignmentMethod) must be used

See Also