Name | Description |
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. |
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 | |
DataTextStyle | |
HeadingGap | Gets the heading gap. |
HeadingPlacement | |
IsSheetScope | Gets whether the scope of the revision table is the entire drawing or the parent sheet. |
Layer | |
MaximumRows | |
NumberOfSections | |
Parent | Property that returns the parent object of this RevisionTable. |
Position | |
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 | |
RowGap | Gets the row gap. |
RowLineSpacing | |
ShowTitle | |
Style | |
TableDirection | |
Title | |
TitleTextStyle | |
Type | Returns an ObjectTypeEnum indicating this object's type. |
UpdatePropertyToRevisionNumber | |
WrapAutomatically | |
WrapLeft |
Name | Description |
Query revision table | This sample illustrates querying the contents of the revision table. |