Share

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: 30.0

Syntax

VB

Sub SetCenter ( 
	centerX As Double,
	centerY As Double
)

C#

void SetCenter(
	double centerX,
	double centerY
)

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

Reference

Was this information helpful?