SpatialElementGeometryResults Class


The results of spatial element geometry calculation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012

Syntax

C#
public class SpatialElementGeometryResults : IDisposable
Visual Basic
Public Class SpatialElementGeometryResults _
	Implements IDisposable
Visual C++
public ref class SpatialElementGeometryResults : IDisposable

Remarks

The subfaces of a SpatialElement at the base height and top height are not associated with floors, roofs, and ceilings at the same height.

Inheritance Hierarchy

SystemObject
  Autodesk.Revit.DBSpatialElementGeometryResults

See Also