Share

ICadDrawingSheet.ChangeSize 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: 30.0

Syntax

VB

Sub ChangeSize ( 
	customHeight As Double,
	customWidth As Double,
	Optional moveBorderItems As Boolean = true
)

C#

void ChangeSize(
	double customHeight,
	double customWidth,
	bool moveBorderItems = true
)

Parameters

customHeight
Type: System.Double
The height in drawing length units.
customWidth
Type: System.Double
The width in drawing length units.
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.

See Also

Reference

Was this information helpful?