IsShownOnlyWhenCut Property


Family Element Visibility Is Shown Only When Cut Property

Indicates if the instance is displayed only if it has been cut.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsShownOnlyWhenCut { get; set; }

Property Value

Boolean
Remarks
This property matters for objects which visibility type is ViewSpecific.
See Also