Manage a drawing sheet.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IManagedSheet Inherits IManagedItem(Of Sheet), ICadDrawingSheet
C#
public interface IManagedSheet : IManagedItem<Sheet>, ICadDrawingSheet
The IManagedSheet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Balloons |
Returns the collection of balloons on the sheet.
|
![]() | 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).
(Inherited from ICadDrawingSheet.) |
![]() | Centerlines |
Returns the collection of centerlines on the sheet.
|
![]() | Centermarks |
Returns the collection of centermarks on the sheet.
|
![]() | DrawingDimensions |
Returns the collection of dimensions on the sheet.
|
![]() | DrawingNotes |
Returns the collection of drawing notes on the sheet.
|
![]() | DrawingViews |
Returns the collection of drawing views on the sheet.
Each view is of the type IManagedDrawingView.
|
![]() | Height |
Gets the height of the drawing.
(Inherited from ICadDrawingSheet.) |
![]() | Name |
Returns the name of the sheet.
|
![]() | NativeEntity |
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).) |
![]() | Sheet |
Gets the Inventor API Sheet object for this sheet.
(Inherited from ICadDrawingSheet.) |
![]() | 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).
(Inherited from ICadDrawingSheet.) |
![]() | 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).
(Inherited from ICadDrawingSheet.) |
![]() | 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.
(Inherited from ICadDrawingSheet.) |
Methods
Name | Description | |
---|---|---|
![]() | ChangeSize(String, Boolean) |
Changes the size of the sheet to a different standard size.
(Inherited from ICadDrawingSheet.) |
![]() | ChangeSize(Double, Double, Boolean) |
Changes the size of the drawing to a different custom size.
(Inherited from ICadDrawingSheet.) |
![]() | 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.
(Inherited from ICadDrawingSheet.) |
![]() | 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.
(Inherited from ICadDrawingSheet.) |