Click or drag to resize

ICadDrawingView.SetCenter Method

Sets the position of the center of the view on the sheet.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub SetCenter ( 
	centerX As Double,
	centerY As Double
)

Parameters

centerX
Type: System.Double
The X value of the center point, in drawing document length units.
centerY
Type: System.Double
The Y value of the center point, in drawing document length units.
See Also