ICadDrawingSheetChangeSize Method (Double, Double, Boolean) |
Changes the size of the drawing to a different custom size.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub ChangeSize (
customHeight As Double,
customWidth As Double,
Optional moveBorderItems As Boolean = true
)
void ChangeSize(
double customHeight,
double customWidth,
bool moveBorderItems = true
)
Parameters
- customHeight
- Type: SystemDouble
The height in drawing length units. - customWidth
- Type: SystemDouble
The width in drawing length units. - moveBorderItems (Optional)
- Type: SystemBoolean
If this is True then an attempt will be made to move any items (tables etc.) that are placed along the border top or right.
They will be moved along with the border.
The default is True.
See Also