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
BooleanTrue if the element doesn't have a sketch, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |