Revit 2026 API
Plan |
Returns a point inside the circuit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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