 
     
     
     
     
     
     
     
    
    
     Description
Description
Erases the display of the entity.  The entity is not deleted from the database.
             Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub Erase() | 
 Example
Example
Sub Example_Erase()
' This example creates text and then erases it.
Dim myText As String
Dim textObj As IntelliCAD.Text
Dim insPt As IntelliCAD.Point
Dim height As Double
Set insPt = Library.CreatePoint(0, 9)
height = 5
myText = "Temporary text to be erased"
' Add the Text object
Set textObj = ThisDocument.ModelSpace.AddText(myText, insPt, height)
textObj.Update
ThisDocument.Application.ZoomExtents
' Erase the line
textObj.Erase
End Sub
 
                         en
  en italiano
 italiano čeština
 čeština Deutsch
 Deutsch français
 français hrvatski
 hrvatski magyar
 magyar polski
 polski српски
 српски русский
 русский 中文
 中文 中文
 中文 한국어
 한국어 español
 español