openPDC Synchrophasor Help
BinaryLength Property
NamespacesTVA.PhasorProtocolsChannelCollectionBase<(Of <(<'T>)>)>BinaryLength
Gets the length of the BinaryImage.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int BinaryLength { get; }
Public Overridable ReadOnly Property BinaryLength As Integer
	Get
public:
virtual property int BinaryLength {
	int get ();
}
Remarks
The length of the ChannelCollectionBase<(Of <(<'T>)>)> binary image is the combined length of all the items in the collection.
The default implementation assumes all IChannel items in the collection have the same length, hence the value returned is the BinaryLength()()()() of the first item in the collection times the Count.

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