Click or drag to resize

ModelElementInds Method (ListGuid)

Retrieves element indexes connected to a given guid.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public IEnumerable<int> ElementInds(
	List<Guid> guids
)

Parameters

guids
Type: System.Collections.GenericListGuid
List of Guids to be searched for.

Return Value

Type: IEnumerableInt32
Element indexes with the given guid.
See Also