CreateInsert Method
Description
Creates an Insert item using a named Block object.
Syntax
Visual Basic |
---|
Public Function CreateInsert( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ ByVal blk As String, _ ByVal a As Double, _ ByVal s As Double _ ) As Integer |
Parameters
- x
- The x position of the Insert item.
- y
- The y position of the Insert item.
- z
- The z position of the Insert item.
- blk
- The Block object to which the Insert item refers.
- a
- The angle of the Insert item in radians.
- s
- The scale of the Insert item.
Remarks
Available: GEO D OM OD OV SISpy
Group:
Example
sis.CreateInsert(10, 10, 0, "Circle", 1.273, 1250)