Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTGetIndexByUId Method

Returns the index of the object from the collection with the provided UID. Returns -1 if the ID is not found. The method can only be used on object which implements IObjectWithGuid!

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int GetIndexByUId(
	Guid uid
)

Parameters

uid
Type: SystemGuid

Return Value

Type: Int32
See Also