| Revit Preview Release API |
| ElementIntersectsSolidFilter..::..GetSolid Method |
| ElementIntersectsSolidFilter Class See Also |
Gets the target solid geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
| C# |
|---|
public Solid GetSolid() |
| Visual Basic |
|---|
Public Function GetSolid As Solid |
| Visual C++ |
|---|
public: Solid^ GetSolid() |