Method TryGetLabelEntryFromInstanceId
TryGetLabelEntryFromInstanceId(uint, out IdLabelEntry, out int)
Retrieves the label entry for the given instance id.
Declaration
public bool TryGetLabelEntryFromInstanceId(uint instanceId, out IdLabelEntry labelEntry, out int index)
Parameters
Type | Name | Description |
---|---|---|
uint | instanceId | The instance id to look up |
IdLabelEntry | labelEntry | The IdLabelEntry of the match if found. Otherwise returns .
|
int | index | The index of the matched IdLabelEntry in the IdLabelConfig if found. Otherwise returns -1. |
Returns
Type | Description |
---|---|
bool | True if a the instance id was found in the cache. |