openPDC Synchrophasor Help
TryGetBySectionEntry Method (sectionEntry, configurationCell)
NamespacesTVA.PhasorProtocols.BpaPdcStreamConfigurationCellCollectionTryGetBySectionEntry(String, ConfigurationCell%)
Attempts to retrieve a ConfigurationCell from this ConfigurationCellCollection with the specified sectionEntry.
Declaration Syntax
C#Visual BasicVisual C++
public bool TryGetBySectionEntry(
	string sectionEntry,
	ref ConfigurationCell configurationCell
)
Public Function TryGetBySectionEntry ( _
	sectionEntry As String, _
	ByRef configurationCell As ConfigurationCell _
) As Boolean
public:
bool TryGetBySectionEntry(
	String^ sectionEntry, 
	ConfigurationCell^% configurationCell
)
Parameters
sectionEntry (String)
SectionEntry value to try to find.
configurationCell (ConfigurationCell%)
ConfigurationCell with the specified sectionEntry if found; otherwise null.
Return Value
true if ConfigurationCell with the specified sectionEntry is found; otherwise false.

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