openPDC Synchrophasor Help
TryGetByIDCode Method (idCode, configurationCell)
NamespacesTVA.PhasorProtocolsConfigurationCellCollectionTryGetByIDCode(UInt16, IConfigurationCell%)
Attempts to get IConfigurationCell with the specified ID code.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool TryGetByIDCode(
	ushort idCode,
	out IConfigurationCell configurationCell
)
Public Overridable Function TryGetByIDCode ( _
	idCode As UShort, _
	<OutAttribute> ByRef configurationCell As IConfigurationCell _
) As Boolean
public:
virtual bool TryGetByIDCode(
	unsigned short idCode, 
	[OutAttribute] IConfigurationCell^% configurationCell
)
Parameters
idCode (UInt16)
The IDCode to find.
configurationCell (IConfigurationCell%)
When this method returns, contains the IConfigurationCell with the specified idCode, if found; otherwise, null is returned.
Return Value
true if the ConfigurationCellCollection contains an element with the specified idCode; otherwise, false.

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