Click or drag to resize

ConfigurationCellCollectionIndexOfIDLabel Method

Attempts to find the index of the IConfigurationCell with the specified ID label.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual int IndexOfIDLabel(
	string label
)
View Source

Parameters

label  String
The IDLabel to find.

Return Value

Int32
Index of the ConfigurationCellCollection that contains the specified label; otherwise, -1.
See Also