(Deprecated) use vcCompactLineSet
vcLine
vcLine is the object type for line and polyline primitives containing one or more points.
Inherits: vcPrimitive
Properties
| Name | Type | Access | Description |
| Points | List of vcPoint | R | Gets a list of all points in the line. |
| PointCount | Integer | R | Gets the amount of points in the line. |
Methods
| Name | Return Type | Parameters | Description |
| getPoint | vcLinePoint | Integer index | Returns a point at a given index in the line. |
| addPoint | None | vcLinePoint | Adds a new point to the line. |
| removePoint | None | Integer index | Removes a point at a given index from the line. |
| update | None | None | Updates the internal structure of the line. |