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: 26.1.0.0 (26.1.0.34)
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 |