ClearFlagsAt Method


Sets flags for the given measurement to ValueAtPointFlags::None.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public void ClearFlagsAt(
	int measurement
)
Visual Basic
Public Sub ClearFlagsAt ( _
	measurement As Integer _
)
Visual C++
public:
void ClearFlagsAt(
	int measurement
)

Parameters

measurement
Type: System Int32
Measurement for which to clear flags.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException The given value for measurement is negative.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →