Share

IManagedSheet Interface

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

  NameDescription
Public propertyBalloons
Returns the collection of balloons on the sheet.
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).
(Inherited from ICadDrawingSheet.)
Public propertyCenterlines
Returns the collection of centerlines on the sheet.
Public propertyCentermarks
Returns the collection of centermarks on the sheet.
Public propertyDrawingDimensions
Returns the collection of dimensions on the sheet.
Public propertyDrawingNotes
Returns the collection of drawing notes on the sheet.
Public propertyDrawingViews
Returns the collection of drawing views on the sheet. Each view is of the type IManagedDrawingView.
Public propertyHeight
Gets the height of the drawing.
(Inherited from ICadDrawingSheet.)
Public propertyName
Returns the name of the sheet.
Public propertyNativeEntity
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).)
Public propertySheet
Gets the Inventor API Sheet object for this sheet.
(Inherited from ICadDrawingSheet.)
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).
(Inherited from ICadDrawingSheet.)
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).
(Inherited from ICadDrawingSheet.)
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.
(Inherited from ICadDrawingSheet.)

Methods

  NameDescription
Public methodChangeSize(String, Boolean)
Changes the size of the sheet to a different standard size.
(Inherited from ICadDrawingSheet.)
Public methodChangeSize(Double, Double, Boolean)
Changes the size of the drawing to a different custom size.
(Inherited from ICadDrawingSheet.)
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.
(Inherited from ICadDrawingSheet.)
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.
(Inherited from ICadDrawingSheet.)

See Also

Reference

Was this information helpful?