openPDC Synchrophasor Help
TryGetByIDLabel Method (label, configurationCell)
NamespacesTVA.PhasorProtocolsConfigurationCellCollectionTryGetByIDLabel(String, IConfigurationCell%)
Attempts to get IConfigurationCell with the specified label.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool TryGetByIDLabel(
	string label,
	out IConfigurationCell configurationCell
)
Public Overridable Function TryGetByIDLabel ( _
	label As String, _
	<OutAttribute> ByRef configurationCell As IConfigurationCell _
) As Boolean
public:
virtual bool TryGetByIDLabel(
	String^ label, 
	[OutAttribute] IConfigurationCell^% configurationCell
)
Parameters
label (String)
The IDLabel to find.
configurationCell (IConfigurationCell%)
When this method returns, contains the IConfigurationCell with the specified label, if found; otherwise, null is returned.
Return Value
true if the ConfigurationCellCollection contains an element with the specified label; otherwise, false.

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