ICadDrawingViewSetCenter 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
)
void SetCenter(
double centerX,
double centerY
)
Parameters
- centerX
- Type: SystemDouble
The X value of the center point, in drawing document length units. - centerY
- Type: SystemDouble
The Y value of the center point, in drawing document length units.
See Also