Share

RevisionTableRow Object


Description

This object represents a row in the revision table.

Methods

Name Description
Delete Method that deletes the RevisionTableRow and any associated revision tags.
Reposition Method that repositions the row within 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.
Count Property that returns the number of items in the collection.
Custom Gets whether this is a custom row.
Height Gets/Sets the height of the RevisionTable row.
IsActiveRow Read-write property that gets and sets whether this is the active row of the revision table. When set this property it can only be set from False to True to make current RevisionTableRow the active row.
Item Returns the specified Cell object from the collection.
Parent Property that returns the parent RevisionTable.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Read-write property that gets and sets whether the row is visible.

Accessed From

RevisionTableRows.Add, RevisionTableRows.AddCustom, RevisionTableRows.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?