For a list of all members of this type, see IMMLoginObject members.
Public Methods
| Name | Description |
 | GetFullTableName | When working with ArcFM system tables in an SDE database, the table names must be qualified with the schema name to which the tables belong. Since the ArcFM system tables must be owned by the SDE administrative database user, this method could be used to return a table name that is prepended by the SDE administrative database schema name. |
 | Login | This routine is used to login to the system database. Custom login objects can bring up a customized login dialog here, collect connection information, and perform other tasks. The vbInitialLogin parameter is True at the startup of ArcMap. It has a value of False when the login command is called from the ArcFM Solution toolbar. The login method itself should return a value indicating whether or not the user has logged into a different database. |
Top
See Also