RebarHostCategory Enumeration |
Rebar host category
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RebarHostCategory
Public Enumeration RebarHostCategory
public enum class RebarHostCategory
MembersMember name | Value | Description |
---|
Other | 0 |
Unknown or invalid host.
|
Part | 1 |
Part.
|
StructuralColumn | 2 |
Structural Column.
|
StructuralFraming | 3 |
Structural Framing.
|
Wall | 4 |
Wall.
|
Floor | 5 |
Floor.
|
StructuralFoundation | 6 |
Structural Foundation.
|
Stairs | 7 |
Stairs.
|
SlabEdge | 8 |
Slab Edge.
|
See Also