| Revit 2024 API |
| FabricHostReference Enumeration |
| See Also |
Controls if Single Fabric Sheet should be cut by the Host Cover.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Since:
2015
Syntax
| C# |
|---|
public enum FabricHostReference |
| Visual Basic |
|---|
Public Enumeration FabricHostReference |
| Visual C++ |
|---|
public enum class FabricHostReference |
Members
| Member name | Description |
|---|---|
| NotCutByCover | The fabric is not cut by the host cover. |
| CutByCover | The fabric is cut by the host cover. |