ViewportSetBoxCenter Method |
Moves this viewport so that the center of the box outline (excluding the viewport label) is at a given point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetBoxCenter(
XYZ newCenterPoint
)
Public Sub SetBoxCenter (
newCenterPoint As XYZ
)
public:
void SetBoxCenter(
XYZ^ newCenterPoint
)
member SetBoxCenter :
newCenterPoint : XYZ -> unit
Parameters
- newCenterPoint XYZ
-
The desired center for the box outline.
Exceptions
See Also