The RMOBJECTINSTANCE#### table stores one row for every object created in WorkView and the attribute values for that object. The RMOBJECTINSTANCE#### table is located in the Primary database file.
Column Name | Data Type | Description |
---|---|---|
objectID | bigint | ID of the object (cross-referenced to RMOBJECT). |
activeStatus | bigint | |
objectInstanceID | bigint | |
revisionID | bigint | |
revisionDate | datetime | |
revisionBy | char(30) | |
attr**** | determined by attribute | Attribute assigned to the object, where **** is the unique identifier of the attribute (cross-referenced to RMATTRIBUTE). |
The index for the RMOBJECTINSTANCE#### table is located in the Primary database file and is a clustered index.
Index Name | Included Columns |
---|---|
rmObjectInstance_####_pk | objectid (primary key) |