Share

RevisionTable Object


Description

This object represent a revision table.

Methods

Name Description
CopyTo Copies the revision table to another sheet, sheet scope revision tables may not be copied.
Delete Method that deletes the RevisionTable.
Export Saves the revision table to an external file.
GetReferenceKey Method that generates and returns the reference key for this entity.
Sort Changes the sort order of rows in the revision table.

Properties

Name Description
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.
ColumnHeaderTextStyle Gets and sets the text style used for the column titles (headers).
DataTextStyle Gets and sets the text style used for the contents of the revision table.
HeadingGap Gets the heading gap.
HeadingPlacement Gets and sets the location of the heading.
IsSheetScope Gets whether the scope of the revision table is the entire drawing or the parent sheet.
Layer Gets and sets the layer used by the revision table.
MaximumRows Gets and sets the maximum number of rows per section.
NumberOfSections Gets and sets the number of columns to wrap.
Parent Property that returns the parent object of this RevisionTable.
Position Gets/Sets the position of the RevisionTable on the sheet.
RangeBox Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.
RevisionTableColumns Property that returns the RevisionTableColumns collection object.
RevisionTableRows Property that returns the RevisionTableRows collection object.
Rotation Gets and sets the absolute rotation angle of the revision table in radians.
RowGap Gets the row gap.
RowLineSpacing Gets and sets the spacing between the rows.
ShowTitle Gets and sets whether to show the title of the revision table.
Style Gets and sets the style associated with this object.
TableDirection Gets and sets the direction of the table.
Title Gets/Sets the title of the RevisionTable.
TitleTextStyle Gets and sets the text style used for the title of the revision table.
Type Returns an ObjectTypeEnum indicating this object's type.
UpdatePropertyToRevisionNumber Gets and sets whether any edits made to the revision number cell in the active row are written back to either the Revision Number iProperty or sheet revision property (depending on the revision table scope).
WrapAutomatically Gets and sets whether to split the table equally.
WrapLeft Gets and sets whether the sections of the revision table are moved to the left or right when the number of rows increase.

Accessed From

RevisionTable.CopyTo, RevisionTableCell.Parent, RevisionTableColumn.Parent, RevisionTableRow.Parent, RevisionTables.Add, RevisionTables.Add2, RevisionTables.Item

Samples

Name Description
Query revision table This sample illustrates querying the contents of the revision table.

Version

Introduced in version 10

Was this information helpful?