Add Method

IntelliCAD 11.1 Object Library
Add Method
See Also 
InsertionPoint
A Point object representing the coordinates where the object will be added.
Name
The name of the object to be created.
Blocks Collection : Add Method

Description

Adds a new Block to the collection.

Syntax

Visual Basic
Public Function Add( _
   ByVal InsertionPoint As Point, _
   ByVal Name As String _
) As Block

Parameters

InsertionPoint
A Point object representing the coordinates where the object will be added.
Name
The name of the object to be created.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.