gbXMLSurfaceType Enumeration

This enumeration corresponds to the surfaceType attribute in gbXML and identifies the type of surface defined.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum gbXMLSurfaceType
Members
Member nameValueDescription
Ceiling8 Ceiling.
ExposedFloor4 Exposed floor.
ExteriorWall1 Exterior wall.
InteriorFloor3 Interior floor.
InteriorWall0 Interior wall.
NoOfSurfaceTypes13 No of surface types.
RaisedFloor11 Raised floor.
Roof2 Roof.
Shade5 Shade.
SlabOnGrade12 Slab on grade.
SurfaceAir9 Surface air.
UndergroundCeiling10 Underground ceiling.
UndergroundSlab7 Underground slab.
UndergroundWall6 Underground wall.
See Also