←Select platform

Points Property

Summary

Gets the collection of AnnPoint structures assigned to this AnnPolylineObject.

Syntax

C#
VB
C++
public virtual Leadtools.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(); 
} 

Property Value

The collection of AnnPoint structures assigned to this AnnPolylineObject.

Remarks

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize