NPolylineTo Class Members
In This Topic
The following tables list the members exposed by NPolylineTo.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Points | Gets or sets the points of the curve path. |
| Tension | Gets or sets the tension of the curve represented by the PolylineTo command. If tension is 0 it is a polypoint with straigth segments, othwerwise it is a cardinal spline with smooth curves. |
| Type | Overridden. Gets the type of this geometry command. |
Top
Public Methods
| Name | Description |
| GetPoint | Gets a polyline point at the specified index |
| GetPointCount | Gets the count of points |
| SetPoint | Sets a polyline point at the specified index. |
Top
See Also