The following tables list the members exposed by IMMConfigTopLevel.
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | Workspace | An IWorkspace object that indicates the current workspace. | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | GetFeatureClassOnly | Given an IObjectClass object, this method returns an IMMFeatureClassObject that lets you access a feature's field settings. | 
|  | GetRelationshipClass | Given an IRelationshipClass object, this methods returns an IMMRelationshipClass object that lets you access relationship information such as assigned autoupdaters and class ID. | 
|  | GetSortedFieldOrder | Given an IObjectClass object, this method returns an IMMSubtype object and optionally the associated field settings. Parameters include the object class, subtype code, and a boolean value indicating whether to include field settings. | 
|  | GetSubtypeByID | Given an IObjectClass object, this method returns an IMMSubtype object and optionally the associated field settings. Parameters include the object class, subtype code, and a boolean value indicating whether to include field settings. | 
|  | GetSubtypeByObject | Given an IObject, returns an IMMSubtype object. | 
|  | GetSubtypeForEdit | Returns an IMMSubtype object without any associated field settings. Parameters include object class and subtype code. | 
|  | SaveFeatureClassToDB | Given an IObjectClass object, this method saves the feature to a database. | 
|  | SaveRelationshipClasstoDB | Given an IRelationshipClass object, this method saves the relationship class to a database. | 
TopSee Also