ViewportGetBoxCenter Method |
Returns the center of the outline of the viewport on the sheet, excluding the viewport label.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic XYZ GetBoxCenter()
Public Function GetBoxCenter As XYZ
public:
XYZ^ GetBoxCenter()
member GetBoxCenter : unit -> XYZ
Return Value
XYZ
The center of the outline of the viewport on the sheet.
Exceptions
See Also