 
            | Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMModelNameManager Interface | 
The following tables list the members exposed by IMMModelNameManager.
| Name | Description | |
|---|---|---|
|  | AddClassModelName | Adds a model name to the class. | 
|  | AddClassModelNameSet | Adds a model name set to the class. | 
|  | AddFieldModelName | Adds a model name to a field. | 
|  | CanReadModelNames | Returns whether or not you have sufficient privileges to read model names. | 
|  | CanWriteModelNames | Returns whether or not you have sufficient privileges to write model names. | 
|  | ClassModelNames | Returns an enumeration of all of the model names on a class. | 
|  | ClassNamesFromModelNameDS | Given a dataset and a model name, this routine returns an enumeration of class names that contain the model name. | 
|  | ClassNamesFromModelNameWS | Given a workspace and a model name, this routine returns an enumeration of class names that contain the model name. | 
|  | ClearClassModelNames | Removes all model names from the class. | 
|  | ClearFieldModelNames | Removes all model names from a field. | 
|  | ContainsClassModelName | Returns whether or not the specified class contains the specified model name. | 
|  | ContainsFieldModelName | Returns whether or not the given field contains the given model name. | 
|  | FeatureClassesFromModelName | Given a set of feature classes and a model name, this routine returns a subset of those feature classes that contain the model name. | 
|  | FeatureClassesFromModelNameDS | Given a dataset and a model name, this routine returns a set of feature classes that contain the model name. | 
|  | FeatureClassesFromModelNameWS | Given a workspace and a model name, this routine returns a set of feature classes that contain the model name. | 
|  | FieldFromModelName | Returns the first field in a class that supports the given model name. | 
|  | FieldModelNames | Returns an enumeration of all of the model names on a field. | 
|  | FieldNamesFromModelName | Given a class and field model name, this routine returns an enumeration of all the field names in the given class that contain the given field model name. | 
|  | FieldsFromModelName | Returns an enumeration of all of the fields in a class that contain the given model name. | 
|  | ObjectClassesFromModelNameWS | Given a workspace and a model name, this routine returns an enumeration of object classes that contain the model name. | 
|  | RemoveClassModelName | Removes a model name from the class. | 
|  | RemoveFieldModelName | Removes a model name from a field. | 
|  | TablesFromModelNameWS | Given a workspace and a model name, this routine returns a subset of those tables that contain the model name. |