Attempts to get IConfigurationCell with the specified ID code.

C# | Visual Basic | Visual C++ |
public virtual bool TryGetByIDCode( ushort idCode, out IConfigurationCell configurationCell )
Public Overridable Function TryGetByIDCode ( _ idCode As UShort, _ <OutAttribute> ByRef configurationCell As IConfigurationCell _ ) As Boolean
public: virtual bool TryGetByIDCode( unsigned short idCode, [OutAttribute] IConfigurationCell^% configurationCell )

- configurationCell (IConfigurationCell%)
- When this method returns, contains the IConfigurationCell with the specified idCode, if found; otherwise, null is returned.

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