Validates if an element can have a sketch but currently does not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference