openPDC Synchrophasor Help
GetCompositeValue Method (index)
NamespacesTVA.PhasorProtocolsPhasorValueBaseGetCompositeValue(Int32)
Gets the specified composite value of this PhasorValueBase.
Declaration Syntax
C#Visual BasicVisual C++
public override double GetCompositeValue(
	int index
)
Public Overrides Function GetCompositeValue ( _
	index As Integer _
) As Double
public:
virtual double GetCompositeValue(
	int index
) override
Parameters
index (Int32)
Index of composite value to retrieve.
Return Value
A Double representing the composite value.
Remarks
Some ChannelValueBase<(Of <(<'T>)>)> implementations can contain more than one value, this method is used to abstractly expose each value.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0