Checks whether a category can be used for a material takeoff.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public static bool IsValidCategoryForMaterialTakeoff(
ElementId categoryId
) |
| Visual Basic |
|---|
Public Shared Function IsValidCategoryForMaterialTakeoff ( _
categoryId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsValidCategoryForMaterialTakeoff(
ElementId^ categoryId
) |
Return Value
True if the category can be used for a material takeoff,
false otherwise.
Exceptions
See Also