Attempts to get IConfigurationCell with the specified ID code.
Declaration Syntax
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 )
Parameters
- configurationCell (IConfigurationCell%)
- When this method returns, contains the IConfigurationCell with the specified idCode, if found; otherwise, null is returned.
Return Value
true if the ConfigurationCellCollection contains an element with the specified idCode; otherwise, false.