Identifies whether provided element id corresponds to a SketchPlane that is valid for GridChain creation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool IsValidSketchPlaneId( Document document, ElementId elemId )
Parameters
Return Value
BooleanTrue if elemId is the element id of a horizontal SketchPlane.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |