gbXMLSurfaceType Enumeration |
This enumeration corresponds to the surfaceType attribute in gbXML
and identifies the type of surface defined.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum gbXMLSurfaceType
Public Enumeration gbXMLSurfaceType
public enum class gbXMLSurfaceType
Members| Member name | Value | Description |
|---|
| Ceiling | 8 |
Ceiling.
|
| ExposedFloor | 4 |
Exposed floor.
|
| ExteriorWall | 1 |
Exterior wall.
|
| InteriorFloor | 3 |
Interior floor.
|
| InteriorWall | 0 |
Interior wall.
|
| NoOfSurfaceTypes | 13 |
No of surface types.
|
| RaisedFloor | 11 |
Raised floor.
|
| Roof | 2 |
Roof.
|
| Shade | 5 |
Shade.
|
| SlabOnGrade | 12 |
Slab on grade.
|
| SurfaceAir | 9 |
Surface air.
|
| UndergroundCeiling | 10 |
Underground ceiling.
|
| UndergroundSlab | 7 |
Underground slab.
|
| UndergroundWall | 6 |
Underground wall.
|
See Also