Validates that the element is from an appropriate document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2011
Syntax
C# |
---|
public static bool IsElementFromAppropriateContext(
Element element
) |
Visual Basic |
---|
Public Shared Function IsElementFromAppropriateContext ( _
element As Element _
) As Boolean |
Visual C++ |
---|
public:
static bool IsElementFromAppropriateContext(
Element^ element
) |
Return Value
True if the element is from an appropriate document for solid-solid cuts, false otherwise.
Remarks
Exceptions
See Also