Click or drag to resize

ICadDrawingSheetChangeSize Method (String, Boolean)

Changes the size of the sheet to a different standard size.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub ChangeSize ( 
	size As String,
	Optional moveBorderItems As Boolean = true
)

Parameters

size
Type: SystemString
The name of a standard size. (e.g. "D" or "A3").
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