Share

SketchEditScope.IsElementWithoutSketch Method

Validates if an element can have a sketch but currently does not.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool IsElementWithoutSketch(
	ElementId elementId
)

Parameters

elementId  ElementId
The element id to be checked.

Return Value

Boolean
True if the element doesn't have a sketch, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?