| 
            
              TimeSortedValueScannerPoints Property
             | 
          
        
        
            Gets or sets the source points that this scanner is reading from.
            
        
        Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.257-beta
Syntaxpublic PIPointList Points { get; set; }Public Property Points As PIPointList
	Get
	Set
public:
property PIPointList^ Points {
	PIPointList^ get ();
	void set (PIPointList^ value);
}member Points : PIPointList with get, set
function get_Points();
function set_Points(value);
 View SourceProperty Value
PIPointList
See Also