Use this property to obtain a view of the Repository object that uses an alternate interface as the default interface. This is a read-only property. There are three variations of this property.
Set variable  =  object.Interface( interfaceId )
Set variable  =  object.Interface( objectId )
Set variable  =  object.Interface( interfaceName )
The Interface property syntax has the following parts.
| Part | Description | 
| variable | An object variable. Receives the Repository object with the specified interface as the default interface. | 
| object | An object expression that evaluates to a RepositoryObject object. | 
| interfaceId | The interface identifier for the interface to be retrieved. | 
| objectId | The object identifier for the interface definition to which the interface to be retrieved conforms. | 
| InterfaceName | A string containing the name of the interface to be retrieved. |