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

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