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: 29.0
Syntax
VB
Sub ChangeSize ( size As String, Optional moveBorderItems As Boolean = true )
C#
void ChangeSize( string size, bool moveBorderItems = true )
Parameters
- size
- Type: System.String
The name of a standard size. (e.g. "D" or "A3"). - moveBorderItems (Optional)
- Type: System.Boolean
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.