IntelliCAD 11.1 Object Library
Add Method
See Also 
x
The x coordinate of the point to add to the collection
y
The y coordinate of the point to add to the collection
z
The z coordinate of the point to add to the collection
Index
The index of the new point.
Points Collection : Add Method

Description

Insert a Point object into the Points Collection at the specified Index. If no Index is specified, the Point is added to the end of the collection.

Syntax

Visual Basic
Public Function Add( _
   Optional ByVal x As Double = 0, _
   Optional ByVal y As Double = 0, _
   Optional ByVal z As Double = 0, _
   Optional ByVal Index As Long = -1 _
) As Point

Parameters

x
The x coordinate of the point to add to the collection
y
The y coordinate of the point to add to the collection
z
The z coordinate of the point to add to the collection
Index
The index of the new point.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.