Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnPolylineObject Class : Points Property |
public virtual RasterCollection<AnnPoint> Points {get;}
'Declaration Public Overridable ReadOnly Property Points As RasterCollection(Of AnnPoint)
'Usage Dim instance As AnnPolylineObject Dim value As RasterCollection(Of AnnPoint) value = instance.Points
public: virtual property RasterCollection<AnnPoint>^ Points { RasterCollection<AnnPoint>^ get(); }