Attempts to get IConfigurationCell with the specified station name.

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 )

- 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.

true if the ConfigurationCellCollection contains an element with the specified stationName; otherwise, false.