Click or drag to resize

ConfigurationCellCollectionTryGetByIDCode Method

Attempts to get IConfigurationCell with the specified ID code.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual bool TryGetByIDCode(
	ushort idCode,
	out IConfigurationCell configurationCell
)
View Source

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

Boolean
true if the ConfigurationCellCollection contains an element with the specified idCode; otherwise, false.
See Also