FabricHostReference Enumeration |
Controls if Single Fabric Sheet should be cut by the Host Cover.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum FabricHostReference
Public Enumeration FabricHostReference
public enum class FabricHostReference
MembersMember name | Value | Description |
---|
NotCutByCover | 0 |
The fabric is not cut by the host cover.
|
CutByCover | 1 |
The fabric is cut by the host cover.
|
See Also