ICadDrawingSheet Interface |
Namespace: Autodesk.iLogic.Interfaces
The ICadDrawingSheet type exposes the following members.
Name | Description | |
---|---|---|
Border |
Gets or sets the name of the drawing resource that is used to create the border for the sheet.
When this value is set, the name must be found in the drawing resources of the current drawing, or in the ResourceFileName drawing (if it is specified).
| |
Height |
Gets the height of the drawing.
| |
Name |
Gets the name of the sheet.
| |
Sheet |
Gets the Inventor API Sheet object for this sheet.
| |
Size |
Gets the size of the sheet (e.g. "D" or "A3").
If the sheet has a custom size, this will be "Custom" (always in English, never translated).
| |
TitleBlock |
Gets or sets the name of the drawing resource that is used to create the title block for the sheet.
When this value is set, the name must be found in the drawing resources of the current drawing, or in the ResourceFileName drawing (if it is specified).
| |
View |
Gets the drawing view with the specified name on this sheet.
If no view with the name is found, and exception (error) will be thrown.
| |
Width |
Gets the width of the drawing.
|
Name | Description | |
---|---|---|
ChangeSize(String, Boolean) |
Changes the size of the sheet to a different standard size.
| |
ChangeSize(Double, Double, Boolean) |
Changes the size of the drawing to a different custom size.
| |
SetBorder |
Sets the name of the drawing resource that is used to create the border for the sheet.
In addition, provide values for the prompted entries (text) required by the title block.
| |
SetTitleBlock |
Sets the name of the drawing resource that is used to create the title block for the sheet.
In addition, provide values for the prompted entries (text) required by the title block.
|