PlanCircuit.GetPointInside Method

PlanCircuitGetPointInside Method

Returns a point inside the circuit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public UV GetPointInside()
Public Function GetPointInside As UV
public:
UV^ GetPointInside()
member GetPointInside : unit -> UV 

Return Value

UV
Exceptions
ExceptionCondition
InvalidOperationException Thrown when a valid UV point couldn't be obtained.
See Also