Controls if Single Fabric Sheet should be cut by the Host Cover.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2015
Since:  2015

Syntax

C#
public enum FabricHostReference
Visual Basic
Public Enumeration FabricHostReference
Visual C++
public enum class FabricHostReference

Members

Member nameDescription
NotCutByCover The fabric is not cut by the host cover.
CutByCover The fabric is cut by the host cover.

See Also