FabricLocation Enumeration |
Fabric location in the host
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum FabricLocation
Public Enumeration FabricLocation
public enum class FabricLocation
MembersMember name | Value | Description |
---|
TopOrExternal | 0 |
The fabric is on the top face of a floor host, or on the external face of a wall host.
|
BottomOrInternal | 1 |
The fabric is on the bottom face of a floor host, or on the internal face of a wall host.
|
See Also