2023 Class
Changes 1
C

GeometryObject

Description:
The common base class for all geometric primitives.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.GeometryObject
      Autodesk.Revit.DB.Curve
      Autodesk.Revit.DB.Edge
      Autodesk.Revit.DB.Face
      Autodesk.Revit.DB.GeometryElement
      Autodesk.Revit.DB.GeometryInstance
      Autodesk.Revit.DB.Mesh
      Autodesk.Revit.DB.Point
      Autodesk.Revit.DB.PolyLine
      Autodesk.Revit.DB.Profile
      Autodesk.Revit.DB.Solid
public class GeometryObject : APIObject
Name Return Type Description Inherited From
M op_Equality(GeometryObject, GeometryObject) bool Determines whether two GeometryObjects are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M GetHashCode() int Gets the integer value of the geometry object as hash code
M op_Inequality(GeometryObject, GeometryObject) bool Determines whether two GeometryObjects are different.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P GraphicsStyleId ElementId The ElementId of the GeometryObject's GraphicsStyle
P Id int A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement.
P IsElementGeometry bool Indicates whether this geometry is obtained directly from an Element.
P Visibility Visibility The visibility.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject