RVTDocs.com
Namespace: Autodesk.Revit.DB

GeometryElement

Class
Description:
Geometric representation of an element.
Remarks:
This class contains geometric primitives that are generated from the parametric description of the element. The member geometric primitives can be obtained directly from this object using the capabilities of IEnumerable.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.GeometryObject
      Autodesk.Revit.DB.GeometryElement
Syntax
public class GeometryElement : GeometryObject, 
	IEnumerable<GeometryObject>