FabricHostReference Enumeration


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

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
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.

See Also