Revit 2025.3 API
Family |
Indicates if the instance is displayed only if it has been cut.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsShownOnlyWhenCut { get; set; }
Public Property IsShownOnlyWhenCut As Boolean Get Set
public: property bool IsShownOnlyWhenCut { bool get (); void set (bool value); }
member IsShownOnlyWhenCut : bool with get, set
Property Value
BooleanThis property matters for objects which visibility type is ViewSpecific.
See Also