Attempts to get IConfigurationCell with the specified station name.
Declaration Syntax
C# | Visual Basic | Visual 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.