Description
Returns the class name of the entity.
            
Property type
Read-only property
            
Syntax
| Visual Basic | 
|---|
Public Property EntityName As String  | 
Example
Private Sub EntityNameExample()
' This example returns the EntityName property for drawing entities.
Dim ents As Object
Dim ent As Object
Set ents = ActiveDocument.ModelSpace
MsgBox "No. of entities = " & ents.Count
Set ent = ents.Item(ents.Count - 1)
MsgBox "The EntityName property for the last entity is: " & ent.EntityName
End Sub
                        
  en
 italiano
 čeština
 Deutsch
 français
 hrvatski
 magyar
 polski
 српски
 русский
 中文
 中文
 한국어
 español