 
     
     
     
     
     
     
     
    
    | IntelliCAD 11.1 Object Library | |
| AddPointEntity Method | |
| See Also | |
|   | 
- Point
- A Point object representing the location to insert the PointEntity.
| PaperSpace Collection : AddPointEntity Method | 
 Description
Description
Adds a point entity at a given location.
             Syntax
Syntax
| Visual Basic | 
|---|
| Public Function AddPointEntity( _ ByVal Point As Point _ ) As PointEntity | 
 Parameters
Parameters
- Point
- A Point object representing the location to insert the PointEntity.
 Example
Example
Private Sub AddPointEntityExample()
' This example adds a point entity to the drawing using the AddPointEntity ' method.
Dim icadDoc As IntelliCAD.Document
Dim myPoint As IntelliCAD.Point
Dim myPtEnt As IntelliCAD.PointEntity
Set icadDoc = ActiveDocument
Set myPoint = Library.CreatePoint(4, 2)
Set myPtEnt = icadDoc.ModelSpace.AddPointEntity(myPoint)
myPtEnt.Update
MsgBox "Point created at 4,2."
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