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: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
Visual Basic |
---|
Public Shared Function IsValidSketchPlaneId ( _
document As Document, _
elemId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidSketchPlaneId(
Document^ document,
ElementId^ elemId
) |
Return Value
True if elemId is the element id of a horizontal SketchPlane.
Exceptions
See Also