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: 25.0.0.0 (25.0.0.0)
Syntax
public enum gbXMLSurfaceType
Members
Member nameValueDescription
InteriorWall0 Interior wall.
ExteriorWall1 Exterior wall.
Roof2 Roof.
InteriorFloor3 Interior floor.
ExposedFloor4 Exposed floor.
Shade5 Shade.
UndergroundWall6 Underground wall.
UndergroundSlab7 Underground slab.
Ceiling8 Ceiling.
SurfaceAir9 Surface air.
UndergroundCeiling10 Underground ceiling.
RaisedFloor11 Raised floor.
SlabOnGrade12 Slab on grade.
NoOfSurfaceTypes13 No of surface types.
See Also