Revit 2026 API
Assembly |
Returns the center of the bounding box for the assembly instance.
This is the default position for placed assembly instances.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ GetCenter()
Public Function GetCenter As XYZ
public: XYZ^ GetCenter()
member GetCenter : unit -> XYZ
Return Value
XYZThe position for the center of the assembly instance.
See Also