|
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)
Syntaxpublic IEnumerable<int> ElementInds(
List<Guid> guids
)
Public Function ElementInds (
guids As List(Of Guid)
) As IEnumerable(Of Integer)
public:
IEnumerable<int>^ ElementInds(
List<Guid>^ guids
)
member ElementInds :
guids : List<Guid> -> IEnumerable<int>
Parameters
- guids
- Type: System.Collections.GenericListGuid
List of Guids to be searched for.
Return Value
Type:
IEnumerableInt32Element indexes with the given guid.
See Also