Identifies whether provided element id corresponds to a SketchPlane that is valid for GridChain creation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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