AssemblyInstanceGetCenter Method |
Returns the center of the bounding box for the assembly instance.
This is the default position for placed assembly instances.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Function GetCenter As XYZ
member GetCenter : unit -> XYZ
Return Value
XYZ
The position for the center of the assembly instance.
See Also