Revit 2025 API
Element |
Gets the target solid geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Solid GetSolid()
Public Function GetSolid As Solid
public: Solid^ GetSolid()
member GetSolid : unit -> Solid
Return Value
SolidThe solid geometry.
See Also