Revit 2025.3 API
Energy |
The lower-left coordinate for the analytical rectangular geometry viewed from outside.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ Corner { get; }
Public ReadOnly Property Corner As XYZ Get
public: property XYZ^ Corner { XYZ^ get (); }
member Corner : XYZ with get
Property Value
XYZ
The analytical rectangular geometry is typically used in simulation engines.
See Also