Checks if elements of the given category are set to be visible in this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
[ObsoleteAttribute("This method is deprecated in Revit 2017. Use View.GetCategoryHidden() instead.")]
public bool GetVisibility(
Category category
) |
Visual Basic |
---|
<ObsoleteAttribute("This method is deprecated in Revit 2017. Use View.GetCategoryHidden() instead.")> _
Public Function GetVisibility ( _
category As Category _
) As Boolean |
Visual C++ |
---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2017. Use View.GetCategoryHidden() instead.")]
public:
bool GetVisibility(
Category^ category
) |
Return Value
True if the category is visible, false otherwise.
Remarks
See Also