MicroStation CONNECT Edition Help

To Define an Active Entity from a Seed Row

Do one of the following:

In the Key-in window, key in: FI=SELECT * FROM <table_name> WHERE <column_name>='<value>'

or

FIND SELECT * FROM <table_name> WHERE <column_name>='<value>'

This key-in creates the active entity from an existing row in the attribute table. Depending on the linkage mode (new or duplicate), the linkage will be created the existing row, or a row will be added to the table.