IntelliCAD 11.1 Object Library | |
AddShape Method | |
See Also |
- Name
The name of the shape.
- InsertionPoint
- A Point object specifying the insertion point of the shape.
- ScaleFactor
- Rotation
The rotation angle for the shape.
PaperSpace Collection : AddShape Method |
Description
Adds a shape entity with given height and rotation.
Syntax
Visual Basic |
---|
Public Function AddShape( _ ByVal Name As String, _ ByVal InsertionPoint As Point, _ Optional ByVal ScaleFactor As Double = 1, _ Optional ByVal Rotation As Double = 0 _ ) As Shape |
Parameters
- Name
The name of the shape.
- InsertionPoint
- A Point object specifying the insertion point of the shape.
- ScaleFactor
- Rotation
The rotation angle for the shape.