All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIType
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIType
Interface dedicated to describing the type of an instance.
Role: This type is shown to the user but does not necessarily
reflect the internal structure of an instance : as such, it is
an exposed type.
A type is defined by an internal name and a NLS name that is shown to
the user.
A type is created through CATITypeDictionary services.
public virtual boolean IsaSortOf( | const CATIType_var& | iType) const = 0 |
public virtual CATUnicodeString Name( | )const =0 |
public virtual CATIType* SuperType( | )const = 0 |
public virtual CATUnicodeString UserName( | )const = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.