Extending product function with VBA : The System Architect object model : Object model classes : MetaClass class : ClassName
  
ClassName
The name of the class. The valid class names in an Encyclopedia are Diagrams, Symbols and Definitions. Also known as the Major Type.
Parameters
Data type: String
Read-only
Example
Dim coll As SACollection, i As Integer
Set coll = sa.Encyclopedia.metamodel.MetaClasses
For i = 1 To coll.Count
Debug.Print coll.Item(i).ClassNameNext i
See also
MetaClass class: Attributes