| Revit 2022.1 API |
| AssemblyInstance..::..GetCenter Method |
| AssemblyInstance Class See Also |
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: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public XYZ GetCenter() |
| Visual Basic |
|---|
Public Function GetCenter As XYZ |
| Visual C++ |
|---|
public: XYZ^ GetCenter() |