Revit 2025 API
Model |
Sets the visibility for the model curve in a family document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetVisibility( FamilyElementVisibility visibility )
Public Sub SetVisibility ( visibility As FamilyElementVisibility )
public: void SetVisibility( FamilyElementVisibility^ visibility )
member SetVisibility : visibility : FamilyElementVisibility -> unit
Parameters
- visibility FamilyElementVisibility

Exception | Condition |
---|---|
ArgumentNullException | Thrown when visibility is . |
InvalidOperationException | Thrown when regeneration failed, or the model curve is in a project document. |

The visibility of the model curve geometry can be changed for different
types of views and detail levels in the family document.
See Also