Checks whether the element supports sketch editing.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsSketchEditingSupportedForSketchBasedElement( ElementId elemId )
Parameters
- elemId ElementId
- The element id to be checked.
Return Value
BooleanTrue if element supports sketch editing, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |