Share

ModelStateTableRow Object


Description

The ModelStateTableRow Object.

Methods

Name Description
Copy Method that creates a copy of the ModelStateTableRow. The new created ModelStateTableRow is returned.
Delete Method that deletes the ModelStateTableRow.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
Count Gets the number of items in this collection.
Index Gets the index of this row within the ModelStateTableRows collection where the first row has an index of 1.
Item Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
MemberName Read-only property that returns the member name of the ModelStateTableRow.
Parent Gets the parent object from whom this object can logically be reached.
Type Gets the constant that indicates the type of this object.

Accessed From

ModelStateTableRow.Copy, ModelStateTableRows.Item

Version

Introduced in version 2022

Was this information helpful?