|
TimeSortedValueScannerPoints Property
|
Gets or sets the source points that this scanner is reading from.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-beta
Syntax public 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
PIPointListSee Also