Revit 2025.3 API
Plan |
Returns a point inside the circuit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public UV GetPointInside()
Public Function GetPointInside As UV
public: UV^ GetPointInside()
member GetPointInside : unit -> UV
Return Value
UV| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when a valid UV point couldn't be obtained. |
See Also