|
ModelElementInds Method (ListString)
|
Retrieves element indexes connected to a given element identifier.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerable<int> ElementInds(
List<string> ids
)
Public Function ElementInds (
ids As List(Of String)
) As IEnumerable(Of Integer)
public:
IEnumerable<int>^ ElementInds(
List<String^>^ ids
)
member ElementInds :
ids : List<string> -> IEnumerable<int>
Parameters
- ids
- Type: System.Collections.GenericListString
List of element identifiers to be searched for.
Return Value
Type:
IEnumerableInt32Element indexes with the given guid.
See Also