Gets the collection of AnnPoint structures assigned to this AnnPolylineObject.
public virtual RasterCollection<AnnPoint> Points { get; }
Public Overridable ReadOnly Property Points As Leadtools.RasterCollection(Of AnnPoint)
public:
virtual property Leadtools.RasterCollection<AnnPoint>^ Points {
Leadtools.RasterCollection<AnnPoint>^ get();
}
The collection of AnnPoint structures assigned to this AnnPolylineObject.
The Points property is a zero-based indexed collection used to hold all the AnnPoint structures assigned to this AnnPolylineObject. Since the property is read-only, it can not be assigned a collection of points directly. Points can be added or removed by using the methods inherited from the RasterCollection<AnnPoint> class. Use the RasterCollection<AnnPoint>.Add method to add individual points and the RasterCollection<AnnPoint>.Remove method to delete a point. Call the RasterCollection<AnnPoint>.Add method to remove all the points from the collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET