Check if the document contains unsupported Structural Elements.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public static bool CheckMemberSupports(
Document document,
string progressIndicatorText
) |
Visual Basic |
---|
Public Shared Function CheckMemberSupports ( _
document As Document, _
progressIndicatorText As String _
) As Boolean |
Visual C++ |
---|
public:
static bool CheckMemberSupports(
Document^ document,
String^ progressIndicatorText
) |
Return Value
True if the support check succeeded, false otherwise.
Remarks
Exceptions
See Also