Method SetMeasurementPoints
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
SetMeasurementPoints(bool, object[])
Sets the specified measurement points. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_SETINFO (5), SPAI_MEASUREMENT_POINTS (29), createServices, measptdata, out result);
int[] SetMeasurementPoints(bool createServices, object[] measurementPointData)
Parameters
createServices
boolWhen
true
, services will be created for the measurement points.measurementPointData
object[]An image of all measurement points.
Returns
- int[]
All measurement point IDs.