Click or drag to resize

ICadDrawingSheet Interface

Provides functions and properties for a drawing sheet.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface ICadDrawingSheet

The ICadDrawingSheet type exposes the following members.

Properties
  NameDescription
Public propertyBorder
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).
Public propertyHeight
Gets the height of the drawing.
Public propertyName
Gets the name of the sheet.
Public propertySheet
Gets the Inventor API Sheet object for this sheet.
Public propertySize
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).
Public propertyTitleBlock
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).
Public propertyView
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.
Public propertyWidth
Gets the width of the drawing.
Top
Methods
  NameDescription
Public methodChangeSize(String, Boolean)
Changes the size of the sheet to a different standard size.
Public methodChangeSize(Double, Double, Boolean)
Changes the size of the drawing to a different custom size.
Public methodSetBorder
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.
Public methodSetTitleBlock
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.
Top
See Also