FamilyElementVisibilityIsShownOnlyWhenCut Property |
Indicates if the instance is displayed only if it has been cut.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Boolean
RemarksThis property matters for objects which visibility type is ViewSpecific.
See Also