Activate |
Method that causes this sheet to become the active sheet. |
AddBorder |
Method that adds the specified border definition to the sheet. This method will fail in the case where a border instance already exists on the sheet. In this case, use the Delete method of the Border object to remove the existing one first. |
AddDefaultBorder |
Method that adds an instance of the default border to the sheet. This method is the equivalent of inserting the 'Default Border' border. A border created using the default border is created 'on the fly' by Autodesk Inventor using the supplied input. It is not based on an existing border definition. |
AddTitleBlock |
Method that adds the specified title block definition to the sheet. Since a sheet can only have one title block at a time, calling this method will remove the existing title block. |
ChangeLayer |
Method that changes the associated layer for all the input objects. |
CopyTo |
Method that copies this sheet into the specified drawing document. The new sheet is returned. |
CreateGeometryIntent |
Method that creates a GeometryIntent object for use in various annotation and view creations. |
Delete |
Method that deletes this sheet. |
FindUsingPoint |
Method that finds drawing curve segments, entities on a sheet sketch, centerlines and centermarks that the given point lies on. |
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
Update |
Method that updates the sheet. |
Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
AutoCADBlocks |
Property that returns the AutoCADBlocks collection object. This object provides access to all instances of AutoCAD blocks on a sheet. This property returns Nothing for sheets on an Inventor IDW document. |
Balloons |
Property that returns the collection of on this sheet. |
Border |
Property that returns the Border or DefaultBorder object associated with the sheet. This property will return Nothing in the case where the sheet doesn't have a border. |
Centerlines |
Property that returns the Centerlines collection object. |
Centermarks |
Property that returns the Centermarks collection object. |
ClientGraphicsCollection |
Gets the ClientGraphicsCollection object. |
ClientViews |
Property that returns the collection for the drawing sheet. |
CustomTables |
Property that returns the CustomTables collection object for this sheet. |
DataIO |
Property that returns a DataIO object. The DataIO object can be used to write out the sheet data in various formats. The Sheet currently only supports |
DrawingDimensions |
Property that returns the DrawingDimensions collection object. This object provides access to all of the dimensions on the sheet. |
DrawingNotes |
Property that returns the DrawingNotes collection object consisting of all drawing notes. |
DrawingViews |
Property that returns the collection object. This provides access to the existing drawing views on the sheet. |
ExcludeFromCount |
|
ExcludeFromPrinting |
|
FeatureControlFrames |
Property that returns the FeatureControlFrames collection object. |
GraphicsDataSetsCollection |
Gets the GraphicsDataSetsCollection object. |
Height |
|
HoleTables |
Property that returns the HoleTables collection object. |
IsModelSpaceSheet |
Property that returns whether this is a model space sheet created automatically when opening (rather than importing) AutoCAD dwg files. |
Name |
|
Orientation |
|
Parent |
Property returning the parent document. When used within Autodesk Inventor the DrawingDocument object will be returned. When used within Apprentice the ApprenticeServerDrawingDocument object will be returned. |
PartsLists |
Property that returns the PartsLists collection object associated with this sheet. This provides access to the existing parts lists on the sheet. |
Revision |
|
RevisionTables |
Property that returns the RevisionTables collection object. |
Size |
|
SketchedSymbols |
Property that returns the SketchedSymbols collection object. This object provides access to all sketched symbols on a sheet. |
Sketches |
Property that returns the DrawingSketches collection object for the sheet. This object provides access to all of the sketches that have been created on the sheet and provides functionality to create new sketches. |
Status |
Property that returns the current status of the sheet and its contents. If the value is equal to kUpToDateDrawingSheet then the drawing sheet is up to date. Any other value means some portion of the sheet is out of date. The returned value can contain status information about several things about the sheet. You can use bitwise operators to determine the status for a particular item. For example the following can be used to see if the precise display for views on sheet are up to date. If (oSheet.Status And kProcessingPreciseDisplayDrawingSheet) = kProcessingPreciseDisplayDrawingSheet Then MsgBox "Processing precise display." End If This is useful when an operation requires the sheet to be up to date. For example, when plotting the sheet. |
SurfaceTextureSymbols |
Property that returns the SurfaceTextureSymbols collection object. |
TitleBlock |
Property that returns the TitleBlock object associated with the sheet. This property will return Nothing in the case where the sheet doesn't have a title block. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Width |
|