Leadtools Namespace > RasterCurve Class : Points Property |
public RasterCollection<LeadPoint> Points {get;}
'Declaration Public ReadOnly Property Points As RasterCollection(Of LeadPoint)
'Usage Dim instance As RasterCurve Dim value As RasterCollection(Of LeadPoint) value = instance.Points
public RasterCollection<LeadPoint> Points {get;}
get_Points();
public: property RasterCollection<LeadPoint>^ Points { RasterCollection<LeadPoint>^ get(); }