Assign IMeasurement to its IFrame.

C# | Visual Basic | Visual C++ |
protected override void AssignMeasurementToFrame( IFrame frame, IMeasurement measurement )
Protected Overrides Sub AssignMeasurementToFrame ( _ frame As IFrame, _ measurement As IMeasurement _ )
protected: virtual void AssignMeasurementToFrame( IFrame^ frame, IMeasurement^ measurement ) override

- frame (IFrame)
- IFrame to assign measurement to.
- measurement (IMeasurement)
- IMeasurement to assign to frame.

true if IMeasurement was successfully assigned to its IFrame.

In simple concentration scenarios all you need to do is assign a measurement to its frame based on
time. In the case of a phasor data concentrator you need to assign a measurement to its particular
location in its IDataFrame - so this method overrides the default behavior in order
to accomplish this task.