Click or drag to resize

ObjectWithIdCollectionBaseTGetIndexByUId Method

Returns the index of an object with the provided UID or -1 of the object is not found. The method can only by used on objects which implement the interface 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